pedometer3 2.0.0.0
|
Pedometer3 Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Pedometer3 Click example.
The demo application displays measuring 2 accelerometers (normal accel and high pass accel), counting steps and displaying tilt positions. The sensor includes additional feature and setups that you can look up in the library.
The demo application is composed of two sections :
Configuring clicks and log objects. Settings the click in the default configuration.
Reads Accel and High Pass Accel X/Y/Z axis and detect Tilt Position. All data logs on the USBUART every 400 ms.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |