-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
45 lines (45 loc) · 1.22 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
{
"name": "RB3204-RBCX-library",
"keywords": "ESP32, RBCX, RB3204, Robotarna, RobotikaBrno, RoboticsBrno",
"description": "Library for the RB3204-RBCX board with the ESP32 by RoboticsBrno.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/RoboticsBrno/RB3204-RBCX-library.git"
},
"authors": [
{
"name": "Jan Mrázek",
"email": "email@honzamrazek.cz",
"url": "http://www.robotikabrno.cz"
},
{
"name": "Jaroslav Paral",
"email": "paral@robotikabrno.cz",
"url": "http://www.robotikabrno.cz"
},
{
"name": "Vojtěch Boček",
"email": "vbocek@gmail.com",
"url": "http://www.robotikabrno.cz",
"maintainer": true
}
],
"dependencies": [
{
"name": "RB3204-RBCX-coproc-comm",
"version": "https://github.com/RoboticsBrno/RB3204-RBCX-coproc-comm/archive/1ed2bbc8fda0b9b1c6592f5f39bd9bbb1213d569.zip"
},
{
"name": "Esp32-lx16a",
"version": "https://github.com/RoboticsBrno/Esp32-lx16a/archive/refs/tags/v1.2.1.zip"
}
],
"version": "1.5.0",
"frameworks": ["espidf", "arduino"],
"platforms": "espressif32",
"build": {
"flags": "-std=c++14",
"unflags": "-std=gnu++11"
}
}