Skip to content

zodier/MFRC522-UART-Arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

Arduino library for MFRC522 based modules via UART interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages