From 65e85678c0421676c6fe44ad5e5ab7188b989879 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 23 Oct 2014 19:08:04 +0300 Subject: [PATCH] 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 --- library.json | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index 50a25857..77f75346 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,29 @@ { - "name": "Arduino-USBHostShield20", + "name": "USB-Host-Shield-20", "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": { "type": "git", @@ -11,5 +33,7 @@ [ "examples/*/*.ino", "examples/*/*/*.ino" - ] + ], + "frameworks": "arduino", + "platforms": "atmelavr" }