templog3 2.0.0.0
|
TempLog3 Click example. More...
Functions | |
void | check_limit_status (uint8_t status) |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
TempLog3 Click example.
This application measures temperature.
The demo application is composed of two sections :
Initializes I2C interface and performs a device default configuration.
First ensures that the minimum conversion time is met, and then reads the ambient temperature calculated to the Celsius degrees, and logs the results to the USB UART.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
void check_limit_status | ( | uint8_t | status | ) |
int main | ( | void | ) |