nfc3 2.0.0.0
|
NFC3 Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
NFC3 Click example.
This example demonstrates the use of NFC 3 Click board by reading MIFARE ISO/IEC 14443 type A tag UID.
The demo application is composed of two sections :
Initializes driver and logger, then enables the click board and reads the device product, firmware and eeprom versions.
If there's a tag detected, it reads its UID and displays it on USB UART.
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 | ) |