templog 2.0.0.0
|
TempLog Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
TempLog Click example.
This example returns values of the temperature from the sensor.
The demo application is composed of two sections :
Initializes click driver.
Reads temperature from temperature register in decimal value in 9-bit resolution, converts that decimal value in celsius value and checks Alert pin witch goes active (low) if the measured temperature meets or exceeds the high temperature limit.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |