keylock 2.0.0.0
|
Keylock Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Keylock Click example.
This application monitors key position in its lock mechanism.
The demo application is composed of two sections :
Initialization driver enables GPIO and also writes log.
Detects the position in which the key currently is. Results are being sent to the 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 | ) |