touchkey2 2.0.0.0
|
Touchkey2 Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Touchkey2 Click example.
This application is touch controller.
The demo application is composed of two sections :
Initalizes device and makes an initial log.
Checks if new data byte have received in rx buffer (ready for reading), and if ready than reads one byte from rx buffer, that show if and what key is pressed.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |