]> git.gir.st - tmk_keyboard.git/blob - protocol/usb_hid/USB_Host_Shield_2.0/library.json
Squashed 'tmk_core/' changes from caca2c0..dc0e46e
[tmk_keyboard.git] / 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 }
Imprint / Impressum