You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
362 B
14 lines
362 B
{
|
|
"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.4.0",
|
|
"exclude": "doc",
|
|
"frameworks": "arduino",
|
|
"platforms": ["atmelavr", "ststm32", "teensy", "espressif8266"]
|
|
}
|