-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlibrary.json
More file actions
44 lines (44 loc) · 847 Bytes
/
Copy pathlibrary.json
File metadata and controls
44 lines (44 loc) · 847 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
{
"name": "ESPectro32",
"version": "0.3.2",
"frameworks": "arduino",
"platforms": "espressif32",
"keywords": "espectro32,makestro",
"description": "Library for ESPectro32",
"repository": {
"type": "git",
"url": "https://github.com/dycodex/ESPectro32.git"
},
"authors": [
{
"name": "Andri Yadi",
"email": "an.dri@me.com"
},
{
"name": "Alwin Arrasyid",
"email": "alwin.ridd@gmail.com",
"maintainer": true
}
],
"build": {
"srcFilter": [
"+<*>",
"+<../lib/**/*>",
"-<../lib/Adafruit*>"
],
"flags": [
"-I lib/Commons",
"-I lib/WS281x",
"-I lib/Network",
"-I lib/FreeRTOS-Wrapper"
]
},
"dependencies": [
{
"name": "Adafruit IS31FL3731 Library"
},
{
"name": "Adafruit GFX Library"
}
]
}