capextend 2.0.0.0
|
CapExtend Click example. More...
Functions | |
void | application_init () |
void | application_task () |
int | main (void) |
CapExtend Click example.
This example showcases the initialization and configuration of the logger and click modules and later on shows how to read and display the 16-bit button map ( LSB + MSB ).
The demo application is composed of two sections :
This function initializes and configures the click and logger modules.
This function collects map data and displays the 16-bit button map, where each bit that has the value 1 represents a button that has been pressed.
void application_init | ( | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | ) |
int main | ( | void | ) |