mirror of
https://bitbucket.org/myhomie/mycorerepository.git
synced 2025-12-06 17:51:20 +00:00
15 lines
362 B
JSON
15 lines
362 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"
|
|
},
|
|
"version": "1.1.9",
|
|
"exclude": "doc",
|
|
"frameworks": "arduino",
|
|
"platforms": ["atmelavr", "ststm32", "teensy", "espressif8266"]
|
|
}
|