Skip to content

1.1.5

Compare
Choose a tag to compare
@miguelbalboa miguelbalboa released this 05 Jan 07:05
  • 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