presence 2.0.0.0
|
Presence Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Presence Click example.
This application enables usage of sensor for motion and presence sensing and measuring of object's and ambient temperature.
The demo application is composed of two sections :
Initializes driver and performs the click default configuration.
Checks whether a new event (motion, presence or over-temperature) is detected. If there's no event detected it reads the ambient and object temperature and displays the results on the USB UART.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |