Merge pull request #94 from ivankravets/patch-1

PlatformIO-based manifest file
This commit is contained in:
Oleg Mazurov 2014-10-02 10:16:44 -06:00
commit 58a143b9fb

15
library.json Normal file
View file

@ -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"
]
}