remotetemp 2.0.0.0
|
RemoteTemp Click example. More...
Functions | |
void | remotetemp_aux_get_fault (remotetemp_t *ctx) |
void | remotetemp_aux_get_high_limit_status (remotetemp_t *ctx) |
void | remotetemp_aux_get_low_limit_status (remotetemp_t *ctx) |
void | remotetemp_aux_get_therm_limit_status (remotetemp_t *ctx) |
void | remotetemp_aux_get_hottest_status (remotetemp_t *ctx) |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
RemoteTemp Click example.
This application reads remote temperature data.
The demo application is composed of two sections :
Initializes I2C driver, sets range, configures device and sets threshold values.
Executes all 'remotetemp_aux_getXxx()' functions.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |
void remotetemp_aux_get_fault | ( | remotetemp_t * | ctx | ) |
void remotetemp_aux_get_high_limit_status | ( | remotetemp_t * | ctx | ) |
void remotetemp_aux_get_hottest_status | ( | remotetemp_t * | ctx | ) |
void remotetemp_aux_get_low_limit_status | ( | remotetemp_t * | ctx | ) |
void remotetemp_aux_get_therm_limit_status | ( | remotetemp_t * | ctx | ) |