summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/library.json
blob: 1d649b1e13b2e200b6b4fae018ad94427d185250 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
  "name": "USB-Host-Shield-20",
  "keywords": "usb, host, ftdi, adk, acm, pl2303, hid, bluetooth, spp, ps3, ps4, buzz, xbox, wii, mass storage",
  "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",
      "maintainer": true
    },
    {
      "name": "Andrew Kroll",
      "email": "xxxajk@gmail.com",
      "maintainer": true
    }
  ],
  "repository":
  {
    "type": "git",
    "url": "https://github.com/felis/USB_Host_Shield_2.0.git"
  },
  "examples":
  [
  	"examples/*/*.ino",
  	"examples/*/*/*.ino"
  ],
  "frameworks": "arduino",
  "platforms":
  [
    "atmelavr",
    "teensy",
    "atmelsam",
    "nordicnrf51"
  ]
}