capwheel 2.0.0.0
|
CapWheel Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
CapWheel Click example.
This application is use for controling various devices.
The demo application is composed of two sections :
Initializes I2C interface, performs the device reset and activates the desired channels (from CH0 to CH9), in this example all channels are activated.
Checks is sense data ready for reading and if was ready, then reads wheel coordinates and sends these results to the LEDs.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |