change motor driver + joystick

This commit is contained in:
2023-11-08 16:32:37 +01:00
parent 41828b9a20
commit eebb355f59
18 changed files with 1060 additions and 243 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "Cdrv8833",
"keywords": "DRV8833, motor driver, ESP32, h-bridge",
"description": "ESP32 class for the TI DRV8833 motor driver. Designed for unipolar (DC) motors only (not stepper).",
"homepage": "https://github.com/shurillu/Cdrv8833",
"repository": {
"type": "git",
"url": "https://github.com/shurillu/Cdrv8833.git"
},
"version": "1.0.1",
"authors": {
"name": "Stefano Ledda",
"email": "shurillu@tiscalinet.it"
},
"frameworks": "arduino",
"platforms": "esp32",
"dependencies": {
}
}