templog5 2.0.0.0
|
TempLog5 Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
TempLog5 Click example.
This Click measures and stores temperatures at least 10 times in second, allowing it to be retrieved by the host MCU via the I2C interface. The result can be compared to critical limits, stored into internal registers.
The demo application is composed of two sections :
Initializes driver init, Test comunication, EEPROM write/read test and configuration device for measurement.
Reads Temperature data and logs data to the USBUART every 1 sec.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |