From 6e31789f7f4a8a5eeb645a9cc2dcb9b99c9cd38f Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 1 Oct 2014 23:26:56 +0300 Subject: [PATCH] PlatformIO-based manifest file Web: http://platformio.ikravets.com/#!/lib/show/Arduino-USBHostShield20 Docs: http://docs.platformio.ikravets.com/en/latest/librarymanager/index.html --- library.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 00000000..50a25857 --- /dev/null +++ b/library.json @@ -0,0 +1,15 @@ +{ + "name": "Arduino-USBHostShield20", + "keywords": "usb, hid", + "description": "Revision 2.0 of MAX3421E-based USB Host Shield Library for AVR's", + "repository": + { + "type": "git", + "url": "https://github.com/felis/USB_Host_Shield_2.0.git" + }, + "examples": + [ + "examples/*/*.ino", + "examples/*/*/*.ino" + ] +}