Skip to content

Releases: pablo-sampaio/easy_mfrc522

v0.2.2: Bug fixes

11 Apr 23:09
Compare
Choose a tag to compare
  • Removed references to Serial.printf()
  • Fixed an example that referenced a library function by its old name

Minor changes

23 Aug 20:07
Compare
Choose a tag to compare
  • Reorganized the examples
  • Other minor changes, to be compatible with Arduino IDE

v0.2.0: Added unique error codes, to idenfity precisely its origin. Other min…

23 Aug 19:06
Compare
Choose a tag to compare

Changes from previous version:

  • New error codes (used internally, mostly)
  • The examples were redesigned, and new examples were created
  • The block address became the first parameter in all EasyMFRC522's functions (for labeled or unlabeled IO operations)
  • Many other minor changes