diff --git a/library.json b/library.json new file mode 100644 index 0000000..9b74a18 --- /dev/null +++ b/library.json @@ -0,0 +1,10 @@ +{ + "name": "Arduino-MFRC522", + "keywords": "rfid, spi", + "description": "Read a card using a MFRC522 reader on your SPI interface on your Arduino", + "repository": + { + "type": "git", + "url": "https://github.com/miguelbalboa/rfid.git" + } +}