pedometer 2.0.0.0
|
Pedometer Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Pedometer Click example.
This application detected steps.
The demo application is composed of two sections :
Initializes driver init and sets step counter on 0.
It checks if a new step is detected, if detected new step - reads the current number of steps made and logs data to the USBUART.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |