Merge pull request #41 from ivankravets/patch-2
Avoid trademark issues with library name
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user