forked from micro-ROS/micro_ros_platformio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
executable file
·30 lines (27 loc) · 822 Bytes
/
library.json
File metadata and controls
executable file
·30 lines (27 loc) · 822 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
{
"name" : "micro_ros_platformio",
"version" : "0.0.1",
"authors": [
{
"name": "Pablo Garrido",
"email": "pablogarrido@eprosima.com",
"maintainer": true
},
{
"name": "Antonio Cuadros",
"email": "antoniocuadros@eprosima.com",
"maintainer": true
}
],
"description" : "micro-ROS Platform.IO library",
"homepage" : "https://micro.ros.org",
"repository": {
"type": "git",
"url": "https://github.com/micro-ROS/micro_ros_platformio.git"
},
"build": {
"extraScript": "./extra_script.py"
},
"frameworks": "arduino",
"platforms": "teensy, https://github.com/platformio/platform-espressif32.git#feature/arduino-upstream, atmelsam, raspberrypi, ststm32"
}