15 lines
312 B
JSON
15 lines
312 B
JSON
{
|
|
"name": "ESP32MotorControl",
|
|
"keywords": "ESP32, Motor, H-bridge, MCPWM",
|
|
"description": "Motor control using ESP32 MCPWM",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/JoaoLopesF/ESP32MotorControl.git"
|
|
},
|
|
"version": "0.1.0",
|
|
"frameworks": "arduino",
|
|
"platforms": "*"
|
|
}
|
|
|