BoolLi / RC522_RFID_NFC_Utilities

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

Writing more than one byte to a block #2

Open adnemeland opened 7 years ago

adnemeland commented 7 years ago

Is there an easy way to write more than one byte on each block? I've been playing around with the writing example and the functions in the .cpp-file, but I just keep getting compiling errors.

Thanks.