summaryrefslogtreecommitdiffstats
path: root/stm32/app/project.h
diff options
context:
space:
mode:
authorroot <root@lumpy.lan>2021-11-27 19:32:49 +0000
committerroot <root@lumpy.lan>2021-11-27 19:32:49 +0000
commitc04969c3a5eff3f73840856f207f204414653da3 (patch)
treed40cd5ce4a28902297bf7349d732f68b2751e4ce /stm32/app/project.h
parentf75d0b7eabe275a4330eb72dc4a4c5d2af1fb13d (diff)
downloadmetric_clock-c04969c3a5eff3f73840856f207f204414653da3.tar.gz
metric_clock-c04969c3a5eff3f73840856f207f204414653da3.tar.bz2
metric_clock-c04969c3a5eff3f73840856f207f204414653da3.zip
laptop-to-desktop
Diffstat (limited to 'stm32/app/project.h')
-rw-r--r--stm32/app/project.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/stm32/app/project.h b/stm32/app/project.h
index 0d73544..97b992c 100644
--- a/stm32/app/project.h
+++ b/stm32/app/project.h
@@ -36,7 +36,9 @@
#define HANDS 2
//#define MOTOR_STEPS (1080 * 2)
-#define MOTOR_STEPS (720 )
+//#define MOTOR_STEPS (720 )
+#define MOTOR_STEPS (1080 )
+#define MOTOR_PHASES 6
#include "board.h"
#include "ring.h"