mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
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
This commit is contained in:
parent
58a143b9fb
commit
65e85678c0
1 changed files with 27 additions and 3 deletions
30
library.json
30
library.json
|
@ -1,7 +1,29 @@
|
||||||
{
|
{
|
||||||
"name": "Arduino-USBHostShield20",
|
"name": "USB-Host-Shield-20",
|
||||||
"keywords": "usb, hid",
|
"keywords": "usb, hid",
|
||||||
"description": "Revision 2.0 of MAX3421E-based USB Host Shield Library for AVR's",
|
"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":
|
"repository":
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -11,5 +33,7 @@
|
||||||
[
|
[
|
||||||
"examples/*/*.ino",
|
"examples/*/*.ino",
|
||||||
"examples/*/*/*.ino"
|
"examples/*/*/*.ino"
|
||||||
]
|
],
|
||||||
|
"frameworks": "arduino",
|
||||||
|
"platforms": "atmelavr"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue