mirror of https://github.com/arendst/Tasmota.git
16 lines
402 B
JSON
16 lines
402 B
JSON
{
|
|
"name": "MFRC522",
|
|
"version": "1.4.7",
|
|
"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", "ststm32", "espressif8266", "espressif32", "samd"]
|
|
}
|