Files
RFID.MFRC522/library.json
Rotzbua d6979db651 fix ci; remove teensy from platformio
Platformio does not provide a stable api for teensy.
https://github.com/platformio/platform-teensy/issues/42
2019-01-12 15:13:23 +01:00

15 lines
359 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.4.3",
"exclude": "doc",
"frameworks": "arduino",
"platforms": ["atmelavr", "ststm32", "espressif8266","samd"]
}