Files
RFID.MFRC522/library.json
Ivan Kravets 18117d0001 Avoid trademark issues with library name
Added frameworks and platforms fields
Updated Library Registry: http://platformio.ikravets.com/#!/lib/show/63/MFRC522
2014-10-23 22:21:55 +03:00

13 lines
280 B
JSON

{
"name": "MFRC522",
"keywords": "rfid, spi",
"description": "Read a card using a MFRC522 reader on your SPI interface",
"repository":
{
"type": "git",
"url": "https://github.com/miguelbalboa/rfid.git"
},
"frameworks": "arduino",
"platforms": "atmelavr"
}