rfid/library.json

16 lines
470 B
JSON
Raw Normal View History

{
"name": "MFRC522",
2023-12-30 02:51:11 +03:00
"version": "1.4.11",
2020-05-11 18:56:03 +03:00
"license": "Unlicense",
"keywords": "rfid, spi",
2021-11-01 19:11:48 +03:00
"description": "Arduino RFID Library for MFRC522 (SPI). Read/Write a RFID Card or Tag using the ISO/IEC 14443A/MIFARE interface.",
"repository":
{
"type": "git",
"url": "https://github.com/miguelbalboa/rfid.git"
},
2014-10-23 23:37:17 +04:00
"exclude": "doc",
"frameworks": "arduino",
"platforms": ["atmelavr", "atmelsam", "ststm32", "espressif8266", "espressif32", "samd"]
}