BoolLi / RC522_RFID_NFC_Utilities

Utilities written for RC522 RFID reader/writer
MIT License
30 stars 10 forks source link

Read text from sector #3

Open jishindev opened 6 years ago

jishindev commented 6 years ago

void RC522_RFID_Utilities::writeTextToTag(char* text, byte sector, byte blockAddr, MFRC522::MIFARE_Key *keyB)

@BoolLi This is a great utility method. Can you give any hints how to read from a sector as well? May be a similar function would be a great addition, Thanks.