Bump Version to 1.1.5
This commit is contained in:
@@ -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
|
- Added Authentication with Ntag 213,215,216 returns the pACK MFRC522::PCD_NTAG216_AUTH @Gargantuanman
|
||||||
- Starting to use versions http://semver.org/
|
- Starting to use versions http://semver.org/
|
||||||
- Continuous Integration @ivankravets
|
- Continuous Integration @ivankravets
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/miguelbalboa/rfid.git"
|
"url": "https://github.com/miguelbalboa/rfid.git"
|
||||||
},
|
},
|
||||||
"version": "1.1.4",
|
"version": "1.1.5",
|
||||||
"exclude": "doc",
|
"exclude": "doc",
|
||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
"platforms": ["atmelavr", "ststm32", "teensy"]
|
"platforms": ["atmelavr", "ststm32", "teensy"]
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name=MFRC522
|
name=MFRC522
|
||||||
version=1.1.4
|
version=1.1.5
|
||||||
author=GithubCommunity
|
author=GithubCommunity
|
||||||
maintainer=miguelbalboa
|
maintainer=miguelbalboa
|
||||||
sentence=Arduino RFID Library for MFRC522 (SPI)
|
sentence=Arduino RFID Library for MFRC522 (SPI)
|
||||||
|
|||||||
Reference in New Issue
Block a user