Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 425 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 425 Bytes

MFRC522-UART-Arduino

Arduino library for MFRC522 based modules via Serial UART interface.

Methods

void begin(HardwareSerial *serial);

bool available();

void wait();

void readCardSerial();

#### byte *getCardSerial();

#### bool getBlock(byte block, byte keyType, byte *key, byte *returnBlock);

bool writeBlock(byte block, byte keyType, byte *key, byte *data);