USB_Host_Shield_2.0/library.json

58 lines
1.2 KiB
JSON
Raw Normal View History

{
"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"
},
2018-03-15 23:08:31 +01:00
"version": "1.3.2",
"license": "GPL-2.0",
"examples":
[
2015-11-07 15:25:21 +01:00
"examples/*/*.ino",
"examples/*/*/*.ino"
],
"frameworks":
[
"arduino",
"spl"
],
2014-10-26 22:33:45 +01:00
"platforms":
[
"atmelavr",
"intel_arc32",
2014-10-26 22:33:45 +01:00
"teensy",
"atmelsam",
2015-11-07 15:21:27 +01:00
"nordicnrf51",
2016-10-25 06:01:19 +02:00
"ststm32",
2017-10-29 13:08:39 +01:00
"espressif8266",
"espressif32"
2014-10-26 22:33:45 +01:00
]
}