forked from xopxe/micro_rosso_platformio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
28 lines (28 loc) · 779 Bytes
/
library.json
File metadata and controls
28 lines (28 loc) · 779 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
{
"name": "micro_rosso",
"version": "0.1.4",
"description": "A modular system for micro-ros",
"keywords": "ros, micro-ros, robot, micro_rosso",
"repository":
{
"type": "git",
"url": "https://github.com/xopxe/micro_rosso_platformio.git"
},
"authors":
[
{
"name": "Jorge Visca",
"email": "jvisca@fing.edu.uy",
"url": "https://www.fing.edu.uy/~jvisca/",
"maintainer": true
}
],
"license": "MIT",
"homepage": "https://github.com/xopxe/micro_rosso_platformio",
"dependencies": {
"micro_ros_platformio": "https://github.com/micro-ROS/micro_ros_platformio",
"rafaelreyescarmona/Time32": "^1.1.3"
},
"frameworks": "arduino",
"platforms": "espressif32"
}