-
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) · 860 Bytes
/
library.json
File metadata and controls
23 lines (23 loc) · 860 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-Servo-ESP32-Library",
"version": "2.2.0",
"description": "MinervaBots library for controlling servo motors with ESP-32 via PWM signal.",
"keywords": ["servo", "esp32", "pwm", "robotics"],
"homepage": "https://minervabots.github.io/MinervaCore/docs/programacao/libraries/servoesp32",
"repository": {
"type": "git",
"url": "https://github.com/MinervaBots/ServoMB"
},
"authors": [
{
"name": "MinervaBots Robotics Team UFRJ",
"email": "minervabots@poli.ufrj.br",
"maintainer": true
}
],
"license": "MIT",
"frameworks": ["arduino", "espidf"],
"platforms": ["espressif32"],
"headers": "ServoMB.h"
}