-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
55 lines (55 loc) · 1.09 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "featherlib",
"description": "A library for common Feather boards and wings",
"keywords": [
"feather",
"featherwing"
],
"authors": {
"name": "Kyle Isom",
"email": "coder@kyleisom.net",
"url": "https://kyleisom.net/"
},
"repository": {
"type": "git",
"url": "https://github.com/kisom/featherlib.git"
},
"version": "0.4.1",
"license": "MIT",
"frameworks": [
"arduino"
],
"platforms": [
"atmelsam"
],
"examples": [
"examples/src/*.cc"
],
"dependencies": [
{
"name": "Adafruit GFX Library"
},
{
"name": "Adafruit GPS Library"
},
{
"name": "Adafruit SSD1306"
},
{
"name": "kasl"
},
{
"name": "RadioHead",
"version": "https://github.com/kisom/RadioHead.git"
},
{
"name": "RTClib"
},
{
"name": "Scheduler"
},
{
"name": "SdFat"
}
]
}