clickid 2.1.0.0
|
ClickID Example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
ClickID Example.
This example reads the information from ClickID permanent memory.
The demo application is composed of two sections :
Initializes the driver and checks the communication with the click board.
Reads the information from ClickID permanent manifest every 5 seconds.
void application_init | ( | void | ) |
< Logger config object.
< ClickID config object.
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |