mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
PlatformIO-based manifest file
Web: http://platformio.ikravets.com/#!/lib/show/Arduino-USBHostShield20 Docs: http://docs.platformio.ikravets.com/en/latest/librarymanager/index.html
This commit is contained in:
parent
37d87903fa
commit
6e31789f7f
1 changed files with 15 additions and 0 deletions
15
library.json
Normal file
15
library.json
Normal 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"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue