Files
RFID.MFRC522/library.json
PTS93 fb4b91ea30 Add samd architecture (#379)
* Add samd architecture

I have not made an intricate test of every available function but so far working with SAMD21 did not give me any trouble.
2018-05-08 11:26:17 +02:00

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