forked from mirrors/qmk_userspace
Move USB Host Shield and Arduino core to lib/ (#13973)
This commit is contained in:
parent
cf5e40c251
commit
b16091659c
182 changed files with 6 additions and 6 deletions
47
lib/usbhost/USB_Host_Shield_2.0/library.json
Normal file
47
lib/usbhost/USB_Host_Shield_2.0/library.json
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
"name": "USB-Host-Shield-20",
|
||||
"keywords": "usb, host, ftdi, adk, acm, pl2303, hid, bluetooth, spp, ps3, ps4, buzz, xbox, wii, mass storage",
|
||||
"description": "Revision 2.0 of MAX3421E-based USB Host Shield Library",
|
||||
"authors":
|
||||
[
|
||||
{
|
||||
"name": "Oleg Mazurov",
|
||||
"email": "mazurov@circuitsathome.com",
|
||||
"url": "http://www.circuitsathome.com",
|
||||
"maintainer": true
|
||||
},
|
||||
{
|
||||
"name": "Alexei Glushchenko",
|
||||
"email": "alex-gl@mail.ru"
|
||||
},
|
||||
{
|
||||
"name": "Kristian Lauszus",
|
||||
"email": "kristianl@tkjelectronics.com",
|
||||
"url": "http://tkjelectronics.com",
|
||||
"maintainer": true
|
||||
},
|
||||
{
|
||||
"name": "Andrew Kroll",
|
||||
"email": "xxxajk@gmail.com",
|
||||
"maintainer": true
|
||||
}
|
||||
],
|
||||
"repository":
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/felis/USB_Host_Shield_2.0.git"
|
||||
},
|
||||
"examples":
|
||||
[
|
||||
"examples/*/*.ino",
|
||||
"examples/*/*/*.ino"
|
||||
],
|
||||
"frameworks": "arduino",
|
||||
"platforms":
|
||||
[
|
||||
"atmelavr",
|
||||
"teensy",
|
||||
"atmelsam",
|
||||
"nordicnrf51"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue