From 9db48240e98e11a45907be0fdb7a4125bee9b348 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 2 Oct 2014 11:20:16 +0300 Subject: [PATCH] PlatformIO-based manifest file Web: http://platformio.ikravets.com/#!/lib/show/Arduino-MFRC522 Docs: http://docs.platformio.ikravets.com/en/latest/librarymanager/index.html --- library.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 library.json 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" + } +}