-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibrary.json
More file actions
46 lines (46 loc) · 840 Bytes
/
library.json
File metadata and controls
46 lines (46 loc) · 840 Bytes
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
{
"name": "Alora",
"version": "0.5.1",
"frameworks": "arduino",
"platforms": "espressif32",
"keywords": "espectro32,alora",
"description": "Library for Alora board by DycodeX",
"repository": {
"type": "git",
"url": "https://github.com/dycodex/Alora.git"
},
"authors": [
{
"name": "Alwin Arrasyid",
"email": "winter@dycode.com",
"maintainer": true
},
{
"name": "Andri Yadi",
"email": "an.dri@me.com"
}
],
"dependencies": [
{
"name": "Adafruit BME280 Library"
},
{
"name": "Adafruit Unified Sensor"
},
{
"name": "ClosedCube HDC1080"
},
{
"name": "SparkFun CCS811 Breakout"
},
{
"name": "SparkFun SX1509 IO Expander"
},
{
"name": "RTClib"
},
{
"name": "NeoGPS"
}
]
}