Initial commit: add stepper controller firmware

This commit is contained in:
toptah
2026-09-14 19:44:52 +02:00
commit f2d60303ee
19 changed files with 794 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"device": { "name": "PS2014 Wohnzimmer", "hostname": "ps2014-wohnzimmer" },
"motor": { "stepsPerRevolution": 4096, "maxSpeed": 500, "acceleration": 180, "reverseDirection": false, "holdPosition": false },
"wifi": { "ssid": "", "password": "", "apName": "PS2014-Setup", "apPassword": "ps2014v1" },
"limits": { "enabled": false, "leftPin": 13, "rightPin": 2, "activeHigh": false }
}