-
Notifications
You must be signed in to change notification settings - Fork 1
/
library.json
42 lines (42 loc) · 1.08 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
{
"name": "BlackBox_library",
"keywords": "LED, esp32, BlackBox, puzzle",
"description": "Library for BlackBox board with the ESP32 by RoboticsBrno.",
"repository": {
"type": "git",
"url": "https://github.com/RoboticsBrno/BlackBox_library.git"
},
"authors": [
{
"name": "Tomáš Rohlínek",
"email": "[email protected]",
"url": "http://www.robotikabrno.cz",
"maintainer": true
}
],
"version": "1.0.0",
"frameworks": [
"arduino",
"espidf"
],
"platforms": "espressif32",
"license": "MIT",
"dependencies": [
{
"owner": "roboticsbrno",
"name": "SmartLeds"
},
{
"name": "eventpp",
"version": "https://github.com/haberturdeur/eventpp.git"
},
{
"name": "cnl",
"version": "https://github.com/maxgerhardt/cnl.git#v1.1.7-pio"
}
],
"build": {
"flags": "-std=c++17 -std=gnu++17",
"unflags": "-std=gnu++11"
}
}