-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
23 lines (23 loc) · 842 Bytes
/
library.json
File metadata and controls
23 lines (23 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"$schema": "https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/schema/library.json",
"name": "MinervaBots-ESC-ESP32-Library",
"version": "1.0.1",
"description": "MinervaBots library for controlling ESCs with ESP-32 via PWM signal.",
"keywords": ["esc", "esp32", "pwm", "robotics"],
"homepage": "https://minervabots.github.io/MinervaCore/docs/programacao/libraries/escesp32",
"repository": {
"type": "git",
"url": "https://github.com/MinervaBots/EscMB"
},
"authors": [
{
"name": "MinervaBots Robotics Team UFRJ",
"email": "minervabots@poli.ufrj.br",
"maintainer": true
}
],
"license": "MIT",
"frameworks": ["arduino", "espidf"],
"platforms": ["espressif32"],
"headers": "EscMB.h"
}