Files
RFID.MFRC522/library.json
Daniel da Costa Bittencourt d30edf393b Add Espressif ESP8266 support in library manifest
Add support for ESP8266 so that it could be installed from platformio lib management system.
2016-08-30 14:44:14 -04:00

15 lines
358 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.8",
"exclude": "doc",
"frameworks": "arduino",
"platforms": ["atmelavr", "ststm32", "teensy", "espressif"]
}