rfid2 2.0.0.0
|
RFID 2 Click Example. More...
Macros | |
#define | PROCESS_BUFFER_SIZE 200 |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
RFID 2 Click Example.
This example reads and processes data from RFID 2 clicks.
The demo application is composed of two sections :
Initializes UART module and sets RST pin as OUTPUT and INT pin as INPUT, also, initializes Driver init and reset chip.
Reads the ID card (HEX) and logs data on the USB UART.
#define PROCESS_BUFFER_SIZE 200 |
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 | ) |