Skip to content

Releases: miguelbalboa/rfid

1.2.0

03 Jan 15:40
7bd2149
Compare
Choose a tag to compare
  • Warning: This version introduce usage of stdint.h, usage of not well defined int types are abandoned.
    Interface has changed: e.g. long -> int32_t
    @Rotzbua
  • Removed problematic example examples/servo_motor/servo_motor.ino @omersiar
  • Added examples/AccessControl/AccessControl.ino @omersiar
  • Fixed minor issues reported in #211 @omersiar
  • Added bad components hint to README @danielcbit
  • Fixed selftest @surr
  • Fixed auth problem with long UIDs @surr

1.1.9

31 Oct 11:44
ee94e03
Compare
Choose a tag to compare
  • Warning: Only Arduino IDE version 1.6 is supported, please update your IDE to 1.6 to use this Library.
  • Added ESP8266 platform support @Rotzbua
  • Changed README.rst content to show more info @Rotzbua
  • Minor Changes to examples/ReadUidMultiReader/ReadUidMultiReader.ino example @Rotzbua
  • Update MinimalInterrupt.ino @gpancot
  • typos @asomov
  • Get SPI SS/CS pin automatically @denisvm
  • many others

1.1.8

11 Feb 17:38
Compare
Choose a tag to compare
  • Added examples/MinimalInterrupt/MinimalInterrupt.ino example, Interrupt example @lmmeng
  • Added .gitignore file allows the project to be more easily used as a subproject. @BenWiederhake
  • Added Added Teensy 2.0 & Tensy++ 2.0 pinouts to README.rst @jkutianski

1.1.7

19 Jan 17:57
Compare
Choose a tag to compare
  • README.rst Spelling and Grammar Tweak @cuthbertnibbles
  • Added examples/servo_motor/servo_motor.ino example, Arduino RFID Access Control with a Servo Motor @techied
  • Added examples/RFID-Cloner/RFID-Cloner.ino Copy from rfid cards with standard authentication @stefanblommaert
  • Fix compile error at examples/RFID-Cloner/RFID-Cloner.ino, using MFRC522:::PICC_Type, @Rotzbua

1.1.6

06 Jan 09:39
Compare
Choose a tag to compare
  • Fixed compilation error for examples/ReadNUID/ReadNUID.ino example. @Rotzbua

1.1.2

04 Jan 01:47
Compare
Choose a tag to compare

1.1.5

05 Jan 07:05
Compare
Choose a tag to compare
  • Use settings functions on SPI libraries, setSPIConfig was deleted, now the library use SPI.beginTransaction() and SPI.endTransaction() @sophiekovalevsky
  • Added examples/ReadNUID/ReadNUID.ino example, showing how to read new NUID from a PICC to serial. @sophiekovalevsky
  • byte -> MFRC522::StatusCode @Rotzbua
  • remove int-values of enums StatusCode and PICC_Type which are not part of any specification
  • changed MFRC522::StatusCode to only StatusCode
  • some examples codestyle changes

1.1.3

04 Jan 08:07
Compare
Choose a tag to compare

Update Readme & Fixed compilation error, Thanks to @Rotzbua