-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
45 lines (45 loc) · 1.42 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": "RB3201-RBControl-Roboruka-library",
"keywords": "ESP32, RBProtocol, RB3201, Robotarna, RobotikaBrno, RoboticsBrno, Roboruka",
"description": "A library to simplify programming of the Roboruka robot.",
"repository": {
"type": "git",
"url": "https://github.com/RoboticsBrno/RB3201-RBControl-Roboruka-library.git"
},
"authors": [
{
"name": "Vojtěch Boček",
"email": "[email protected]",
"url": "http://www.robotikabrno.cz",
"maintainer": true
}
],
"license": "MIT",
"version": "2.2.0",
"frameworks": [
"arduino"
],
"platforms": "espressif32",
"dependencies": [
{
"name": "RB3201-RBControl",
"version": "https://github.com/RoboticsBrno/RB3201-RBControl-library/archive/v7.1.2.zip"
},
{
"name": "RB3201-RBProtocol",
"version": "https://github.com/RoboticsBrno/RB3201-RBProtocol-library/archive/v11.2.1.zip"
},
{
"name": "Esp32-Mcp3008-LineSensor",
"version": "https://github.com/RoboticsBrno/Esp32-Mcp3008-LineSensor/archive/v2.0.2.zip"
},
{
"name": "Esp32-RBGridUI",
"version": "https://github.com/RoboticsBrno/Esp32-RBGridUI/archive/v4.6.3.zip"
}
],
"build": {
"flags": "-std=c++14",
"unflags": "-std=gnu++11"
}
}