mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
14fec8dab8
* master: Update MIDI driver v0.3.2 Fix missing unsigned comparison. Release version 1.3.0 Added intel_arc32 to PlatformIO platforms Fixed type in waitingForConnection variable and set it to false when pairing Use descriptor length in order to advance the buffer when parsing the descriptors
56 lines
1.1 KiB
JSON
56 lines
1.1 KiB
JSON
{
|
|
"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"
|
|
},
|
|
"version": "1.3.0",
|
|
"license": "GPL-2.0",
|
|
"examples":
|
|
[
|
|
"examples/*/*.ino",
|
|
"examples/*/*/*.ino"
|
|
],
|
|
"frameworks":
|
|
[
|
|
"arduino",
|
|
"spl"
|
|
],
|
|
"platforms":
|
|
[
|
|
"atmelavr",
|
|
"intel_arc32",
|
|
"teensy",
|
|
"atmelsam",
|
|
"nordicnrf51",
|
|
"ststm32",
|
|
"espressif8266"
|
|
]
|
|
}
|