uniqueid 2.0.0.0
|
UNIQUE ID Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
UNIQUE ID Click example.
This example demonstrates the use of UNIQUE ID click board by reading and displaying Family Code and Serial Number on the UART Terminal.
The demo application is composed of two sections :
Initializes both logger config object and click config object.
Demonstrates the usage of uniqueid_read_id function, which stores the Family Code and Serial Number of the click in family_code and serial_num variables. Both values will be displayed on the UART Terminal.
void application_init | ( | void | ) |
< Logger config object.
< Click config object.
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |