mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
65e85678c0
Added authors, frameworks and platforms fields Updated Library Registry: http://platformio.ikravets.com/#!/lib/show/59/USB-Host-Shield-20
39 lines
847 B
JSON
39 lines
847 B
JSON
{
|
|
"name": "USB-Host-Shield-20",
|
|
"keywords": "usb, hid",
|
|
"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"
|
|
},
|
|
{
|
|
"name": "Andrew Kroll",
|
|
"email": "xxxajk@gmail.com"
|
|
}
|
|
],
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/felis/USB_Host_Shield_2.0.git"
|
|
},
|
|
"examples":
|
|
[
|
|
"examples/*/*.ino",
|
|
"examples/*/*/*.ino"
|
|
],
|
|
"frameworks": "arduino",
|
|
"platforms": "atmelavr"
|
|
}
|