Added frameworks and platforms fields Updated Library Registry: http://platformio.ikravets.com/#!/lib/show/63/MFRC522
13 lines
280 B
JSON
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"
|
|
}
|