tempalarm 2.1.0.0
|
Temp Alarm Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Temp Alarm Click example.
This example demonstrates the use of Temp Alarm click board by reading and displaying the temperature measurements and monitoring it.
The demo application is composed of two sections :
Initializes the driver and sets the Local sensor critical temperature at 30 degC with hysteresis of 1 degC, and Remote sensor alarm temperature at 30 degC.
Reads the temperature measurement in degrees Celsius and displays the results on the USB UART approximately once per second. Monitoring alarm and critical state.
void application_init | ( | void | ) |
< Logger config object.
< Click config object.
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |