Files
RFID.MFRC522/library.json
StefanSpieker a6bf4dcf0f documenting working with Arduino Due (#558)
* documenting working with Arduino Due

* rework tables and added due to library.properties
2021-04-24 10:56:31 +02:00

16 lines
414 B
JSON

{
"name": "MFRC522",
"version": "1.4.8",
"license": "Unlicense",
"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"
},
"exclude": "doc",
"frameworks": "arduino",
"platforms": ["atmelavr", "atmelsam", "ststm32", "espressif8266", "espressif32", "samd"]
}