Rfid Versions Save

Arduino RFID Library for MFRC522

1.4.1

5 years ago

see changes.txt

IMPORTANT: v1.4.X will be last version under license "unlicense"

1.4.0

6 years ago

see changes.txt

Backport fix for esp, other fixes/features moved to 2.x (planned)

IMPORTANT: v1.4.X will be last version under license "unlicense"

1.3.6

6 years ago

see changes.txt

1.3.5

7 years ago
  • Updated "AccessControl.ino", bugs fixed and alterate Wipe button polling method without using other library @beyondszine reviewed by @omersiar
  • Updated README notice about port for esp8266 @mmmmar

1.3.4

7 years ago
  • Added new example "rfid_read_personal_data.ino" @ryand1011
  • Updated example "rfid_write_personal_data.ino" code style to Arduino IDE @Rotzbua
  • Removed (temp.) Teensy from travis build script because fails @Rotzbua

1.3.3

7 years ago
  • Fixed bugs in MFRC522Extended, now should work with Desfire.h from JPG-Consulting @Rotzbua
  • Fixed UINT8_MAX error @Rotzbua

1.3.2

7 years ago
  • Added ESP8266 to library.properties

1.3.1

7 years ago
  • Fixed compiler warning in MFRC522Extended @Rotzbua
  • Removed unused function @Rotzbua

1.3.0

7 years ago
  • Warning: Source has moved to folder src!
  • Added addtional class to support ISO/IEC 14443-4 PICCs @JPG-Consulting
  • Added RATS (Request for Answer To Select) @JPG-Consulting
  • More information see https://github.com/miguelbalboa/rfid/pull/271 @JPG-Consulting

1.2.1

7 years ago
  • Removed need for reset pin #275 @tkoester
  • Added SPI speed option + Various minor changes #276 @tuyethoa08041997
  • Updated documentation, travis build script and small code change @Rotzbua