touchkey 2.0.0.0
|
TouchKey Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
TouchKey Click example.
This application has four capacitive pads powered by TTP224, a touchpad detector IC. Capacitive buttons like these can be toggled even when placed under a layer of glass or paper.
The demo application is composed of two sections :
Initialization driver enables GPIO and also starts write log.
This example demonstrates the use of TouchKey Click board. Detects whether any of the keys is pressed. Results are being sent to the Usart Terminal, where you can track changes.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |