motion 2.0.0.0
|
MOTION Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Variables | |
motion_detect_state_t | motion_state |
motion_detect_state_t | motion_old_state |
MOTION Click example.
This application detects any motion around it and shows message
The demo application is composed of two sections :
Initializes Driver enable's the motion detection.
Detect the motion and send a notification to the UART.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |
motion_detect_state_t motion_old_state |
motion_detect_state_t motion_state |