Bump Version to 1.1.5

This commit is contained in:
Miguel Balboa
2016-01-04 23:02:54 -08:00
parent fa913d07fc
commit 4bdeebf4f9
3 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,8 @@
3 Jan 2016
4 Jan 2016, v1.1.5
- Use settings functions on SPI libraries, setSPIConfig was deleted, now the library use SPI.beginTransaction() and SPI.endTransaction()
- Added examples/ReadNUID/ReadNUID.ino example, showing how to read new NUID from a PICC to serial.
3 Jan 2016, v1.1.4
- Added Authentication with Ntag 213,215,216 returns the pACK MFRC522::PCD_NTAG216_AUTH @Gargantuanman
- Starting to use versions http://semver.org/
- Continuous Integration @ivankravets