First init.

This commit is contained in:
2025-10-12 09:13:56 +02:00
commit 1548aeaf9b
458 changed files with 118808 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"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": "*"
}