c4x4key 2.0.0.0
|
4x4Key Click example More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
4x4Key Click example
The library covers all the necessary functions to control the 4x4 Key Click. 4x4 Key click communicates with the target board via SPI interface. This library contains drivers for reading data from a sensor and get the position of the pressed button.
The demo application is composed of two sections :
Configuring clicks and log objects.
This is a example which demonstrates the use of 4x4 Key Click board. Detects and logs whether any of the buttons is pressed. Results are being sent to the Usart Terminal where you can track their changes. All data logs on usb uart when the button is triggered.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |