A namespace with important addresses, replacements ans values. More...
Variables | |
const uint8_t | AppData_CommandByte [2] = {0,0xC0} |
AppData_CommandByte[0] = high-byte, AppData_CommandByte[1] = low-byte. | |
const uint8_t | AppData_DynLimit [2] = {0,0xC2} |
AppData_DynLimit[0] = high-byte, AppData_DynLimit[1] = low-byte. | |
const uint8_t | EightSteps = 8 |
const uint8_t | EndOfChainMarker = 254 |
const uint8_t | NoStep = 0 |
const uint8_t | OneByte = 1 |
const uint8_t | OneStep = 1 |
const uint8_t | readadr_hi = 1 |
Address of first sensor / high-byte. | |
const uint8_t | readadr_lo = 0 |
Address of first sensor / low-byte. | |
const bool | sens_changed = true |
const bool | sens_not_changed = false |
const uint8_t | stat_thres_default = 10 |
Default value for static threshold. |
A namespace with important addresses, replacements ans values.
const uint8_t skin_pub::AppData_CommandByte[2] = {0,0xC0} |
AppData_CommandByte[0] = high-byte, AppData_CommandByte[1] = low-byte.
Definition at line 69 of file config_user_interface.h.
const uint8_t skin_pub::AppData_DynLimit[2] = {0,0xC2} |
AppData_DynLimit[0] = high-byte, AppData_DynLimit[1] = low-byte.
Definition at line 71 of file config_user_interface.h.
const uint8_t skin_pub::EightSteps = 8 |
Definition at line 93 of file config_user_interface.h.
const uint8_t skin_pub::EndOfChainMarker = 254 |
Definition at line 94 of file config_user_interface.h.
const uint8_t skin_pub::NoStep = 0 |
Definition at line 92 of file config_user_interface.h.
const uint8_t skin_pub::OneByte = 1 |
Definition at line 90 of file config_user_interface.h.
const uint8_t skin_pub::OneStep = 1 |
Definition at line 91 of file config_user_interface.h.
const uint8_t skin_pub::readadr_hi = 1 |
Address of first sensor / high-byte.
Definition at line 73 of file config_user_interface.h.
const uint8_t skin_pub::readadr_lo = 0 |
Address of first sensor / low-byte.
Definition at line 75 of file config_user_interface.h.
const bool skin_pub::sens_changed = true |
Definition at line 83 of file config_user_interface.h.
const bool skin_pub::sens_not_changed = false |
Definition at line 82 of file config_user_interface.h.
const uint8_t skin_pub::stat_thres_default = 10 |
Default value for static threshold.
Definition at line 101 of file config_user_interface.h.