]> git.friedersdorff.com Git - max/tmk_keyboard.git/blob - tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/library.json
lufa: usb-usb: Use LUFA startup instead of cusotom
[max/tmk_keyboard.git] / tmk_core / protocol / usb_hid / USB_Host_Shield_2.0 / library.json
1 {
2   "name": "USB-Host-Shield-20",
3   "keywords": "usb, host, ftdi, adk, acm, pl2303, hid, bluetooth, spp, ps3, ps4, buzz, xbox, wii, mass storage",
4   "description": "Revision 2.0 of MAX3421E-based USB Host Shield Library",
5   "authors":
6   [
7     {
8       "name": "Oleg Mazurov",
9       "email": "mazurov@circuitsathome.com",
10       "url": "http://www.circuitsathome.com",
11       "maintainer": true
12     },
13     {
14       "name": "Alexei Glushchenko",
15       "email": "alex-gl@mail.ru"
16     },
17     {
18       "name": "Kristian Lauszus",
19       "email": "kristianl@tkjelectronics.com",
20       "url": "http://tkjelectronics.com",
21       "maintainer": true
22     },
23     {
24       "name": "Andrew Kroll",
25       "email": "xxxajk@gmail.com",
26       "maintainer": true
27     }
28   ],
29   "repository":
30   {
31     "type": "git",
32     "url": "https://github.com/felis/USB_Host_Shield_2.0.git"
33   },
34   "examples":
35   [
36         "examples/*/*.ino",
37         "examples/*/*/*.ino"
38   ],
39   "frameworks": "arduino",
40   "platforms":
41   [
42     "atmelavr",
43     "teensy",
44     "atmelsam",
45     "nordicnrf51"
46   ]
47 }