Files
arduino/libraries/ESP32MotorControl/library.json
2025-10-12 09:13:56 +02:00

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": "*"
}