USB_Host_Shield_2.0/library.json
Kristian Sloth Lauszus 39ab2a6944 Release version 1.6.2
2022-06-09 09:10:48 +02:00

56 lines
1.1 KiB
JSON

{
"name": "USB-Host-Shield-20",
"keywords": "usb, host, ftdi, adk, acm, pl2303, hid, bluetooth, spp, ps3, ps4, ps5, buzz, xbox, wii, switch pro, mass storage",
"description": "Revision 2.0 of MAX3421E-based USB Host Shield Library",
"authors":
[
{
"name": "Oleg Mazurov",
"email": "mazurov@gmail.com"
},
{
"name": "Alexei Glushchenko",
"email": "alex-gl@mail.ru"
},
{
"name": "Kristian Sloth Lauszus",
"email": "lauszus@gmail.com",
"url": "https://lauszus.com",
"maintainer": true
},
{
"name": "Andrew Kroll",
"email": "xxxajk@gmail.com"
}
],
"repository":
{
"type": "git",
"url": "https://github.com/felis/USB_Host_Shield_2.0.git"
},
"version": "1.6.2",
"license": "GPL-2.0",
"examples":
[
"examples/*/*.ino",
"examples/*/*/*.ino"
],
"frameworks":
[
"arduino",
"spl"
],
"platforms":
[
"atmelavr",
"intel_arc32",
"teensy",
"atmelsam",
"nordicnrf51",
"nordicnrf52",
"ststm32",
"espressif8266",
"espressif32"
]
}