rfid 2.0.0.0
|
RFID Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
RFID Click example.
This example demonstrates the use of RFID Click board by reading MIFARE ISO/IEC 14443 type A tag UID.
The demo application is composed of two sections :
Initializes the driver, selects the communication interface and performs the click default configuration.
If there's a tag detected, it reads its UID and displays it on USB UART.
Only tags with 4-byte or 7-byte UIDs are compatible with this example. We recommend MIKROE-1475 - an RFiD tag 13.56MHz compliant with ISO14443-A standard.
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 | ) |