USB_Host_Shield_2.0/library.json
Ivan Kravets 65e85678c0 Avoid trademark issues with library name
Added authors, frameworks and platforms fields

Updated Library Registry: http://platformio.ikravets.com/#!/lib/show/59/USB-Host-Shield-20
2014-10-23 19:08:04 +03:00

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"
}