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 |
A namespace with parameters and constants.
const int skinc_def::anz_byte_per_sensor = 8 |
Number of bytes per sensor.
Definition at line 68 of file skin_driver.h.
const int skinc_def::end_of_chain_marker = 254 |
Value of the end of chain marker.
Definition at line 73 of file skin_driver.h.
const int skinc_def::I2C_communication_frequency = 100000 |
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.
const int skinc_def::max_sensor_number = 192 |
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.
const int skinc_def::write_one_byte = 1 |
Definition at line 71 of file skin_driver.h.