-
Notifications
You must be signed in to change notification settings - Fork 58
/
library.json
42 lines (42 loc) · 881 Bytes
/
library.json
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
{
"name": "PS2Keyboard",
"keywords": "keyboard, emulation",
"description": "PS2Keyboard (PS/2) allows you to use a keyboard for user input",
"authors":
[
{
"name": "Paul Stoffregen",
"email": "[email protected]",
"url": "http://www.pjrc.com",
"maintainer": true
},
{
"name": "Christian Weichel",
"email": "[email protected]"
},
{
"name": "L. Abraham Smith",
"email": "[email protected]"
},
{
"name": "Cuningan",
"email": "[email protected]"
}
],
"repository":
{
"type": "git",
"url": "https://github.com/PaulStoffregen/PS2Keyboard.git"
},
"version": "2.4",
"homepage": "http://www.pjrc.com/teensy/td_libs_PS2Keyboard.html",
"frameworks": "arduino",
"platforms":
[
"atmelavr",
"teensy"
],
"examples": [
"examples/*/*.pde"
]
}