Merge pull request #39 from ivankravets/patch-1
PlatformIO-based manifest file
This commit is contained in:
10
library.json
Normal file
10
library.json
Normal file
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user