Merge pull request #41 from ivankravets/patch-2

Avoid trademark issues with library name
This commit is contained in:
Miki Balboa
2014-10-23 22:23:13 -05:00

View File

@@ -1,10 +1,13 @@
{ {
"name": "Arduino-MFRC522", "name": "MFRC522",
"keywords": "rfid, spi", "keywords": "rfid, spi",
"description": "Read a card using a MFRC522 reader on your SPI interface on your Arduino", "description": "Read a card using a MFRC522 reader on your SPI interface",
"repository": "repository":
{ {
"type": "git", "type": "git",
"url": "https://github.com/miguelbalboa/rfid.git" "url": "https://github.com/miguelbalboa/rfid.git"
} },
"exclude": "doc",
"frameworks": "arduino",
"platforms": "atmelavr"
} }