skinc_def Namespace Reference

A namespace with parameters and constants. More...

Variables

const int anz_byte_per_sensor = 8
 Number of bytes per sensor.
const int end_of_chain_marker = 254
 Value of the end of chain marker.
const int I2C_communication_frequency = 100000
 I2C communication frequency (standard Mode: 100000Hz).
const int I2C_Mem_Adr = 2
const int I2CAdr = 1
 Address of slave (sensor skin).
const int max_sensor_number = 192
 Maximum number of connectable sensors.
const uint8_t readadr_hi = 1
 High-byte of the address which represents the beginning of the sensor data in the RAM.
const uint8_t readadr_lo = 0
 Low-byte of the address which represents the beginning of the sensor data in the RAM.
const uint8_t readadr_log_hi = 0x00
 High-byte of the address which represents the beginnign of the log files in the RAM.
const uint8_t readadr_log_lo = 0xC1
 Low-byte of the address which represents the beginnign of the log files in the RAM.
const uint8_t stat_thres_default = 10
 Default value for dynamic threshold.
const int write_one_byte = 1

Detailed Description

A namespace with parameters and constants.


Variable Documentation

Number of bytes per sensor.

Definition at line 68 of file skin_driver.h.

Value of the end of chain marker.

Definition at line 73 of file skin_driver.h.

I2C communication frequency (standard Mode: 100000Hz).

Definition at line 70 of file skin_driver.h.

const int skinc_def::I2C_Mem_Adr = 2

Definition at line 46 of file skin_driver.h.

const int skinc_def::I2CAdr = 1

Address of slave (sensor skin).

Definition at line 45 of file skin_driver.h.

Maximum number of connectable sensors.

Definition at line 66 of file skin_driver.h.

const uint8_t skinc_def::readadr_hi = 1

High-byte of the address which represents the beginning of the sensor data in the RAM.

Definition at line 50 of file skin_driver.h.

const uint8_t skinc_def::readadr_lo = 0

Low-byte of the address which represents the beginning of the sensor data in the RAM.

Definition at line 52 of file skin_driver.h.

const uint8_t skinc_def::readadr_log_hi = 0x00

High-byte of the address which represents the beginnign of the log files in the RAM.

Definition at line 56 of file skin_driver.h.

const uint8_t skinc_def::readadr_log_lo = 0xC1

Low-byte of the address which represents the beginnign of the log files in the RAM.

Definition at line 58 of file skin_driver.h.

const uint8_t skinc_def::stat_thres_default = 10

Default value for dynamic threshold.

Definition at line 62 of file skin_driver.h.

Definition at line 71 of file skin_driver.h.

 All Classes Namespaces Files Functions Variables Typedefs Friends


skin_driver
Author(s): Joerg Wagner
autogenerated on Fri Jan 11 10:03:49 2013