![]() |
NHS31xx SW API
|
Groups information about the current configuration needed by different parts of the application code.
Data Fields | |
uint16_t | count |
uint8_t | id [8] |
bool | locked |
int8_t | offset |
TSEN_RESOLUTION_T | resolution |
uint16_t | temperature |
uint8_t | unit |
uint16_t count |
A reset count. Incremented after each reset.
uint8_t id[8] |
A ID, guaranteed unique among all NTAG SmartSensor NHS31xx ICs. This is derived from the device serial number - see Chip_IAP_ReadUID
bool locked |
A boolean value indicating whether configuration changes are allowed. To be used to accept or reject incoming message commands - see MSG_COMMAND_ACCEPT_CB
false
int8_t offset |
An absolute value to add to the measured temperature. To be used to compensate for different physical locations of different tags, thereby easing comparisons.
00h
TSEN_RESOLUTION_T resolution |
The resolution to use / used in a call to TMeas_Measure
uint16_t temperature |
The temperature last measured at the time of calling App_GetConfig
offset
is not added to this value. uint8_t unit |
The unit of the above reported temperature