pedometer3
2.0.0.0
|
Pedometer3 Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
void | 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 500 ms.
note: The start default configuration chip is required at the beginning of each program so that the chip wakes up and prepares for operation and measurement. What is included and set in the start-up function can be viewed in the help file.
void application_init | ( | void | ) |
void application_task | ( | void | ) |
void main | ( | void | ) |