nfc6 2.1.0.0
|
NFC 6 Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
NFC 6 Click example.
This example demonstrates the use of NFC 6 Click board by reading MIFARE ISO/IEC 14443 type A tag UID.
The demo application is composed of two sections :
Initializes the driver and logger, performs the click default configuration and reads the device ID.
If there's a tag detected, it reads its UID and displays it on the USB UART every 500ms.
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 | ) |