thumbwheel 2.0.0.0
|
Thumbwheel Click Example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Thumbwheel Click Example.
This example demonstrates the use of Thumbwheel click board by displaying the exact position of the rotary sprocket.
The demo application is composed of two sections :
Initializes the driver and checks the communication.
Demonstrates the usage of thumbwheel_get_position function which gives the exact position of the rotary sprocket. The position will be displayed on the UART Terminal.
void application_init | ( | void | ) |
< Logger config object.
< Click config object.
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |