summaryrefslogtreecommitdiffstats
path: root/stm32/app/project.h
diff options
context:
space:
mode:
authorroot <root@lumpy.lan>2021-11-30 00:24:43 +0000
committerroot <root@lumpy.lan>2021-11-30 00:24:43 +0000
commit869118f74612829db47d0d681cee5b4af937b16f (patch)
tree9195fea1c0d6a002704ba2f452a4ec131923da80 /stm32/app/project.h
parent440039cb23f786573940ec1eafa665f9de561eae (diff)
downloadmetric_clock-869118f74612829db47d0d681cee5b4af937b16f.tar.gz
metric_clock-869118f74612829db47d0d681cee5b4af937b16f.tar.bz2
metric_clock-869118f74612829db47d0d681cee5b4af937b16f.zip
tmc2209 first cutHEADmaster
Diffstat (limited to 'stm32/app/project.h')
-rw-r--r--stm32/app/project.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/stm32/app/project.h b/stm32/app/project.h
index 471683b..a6239b9 100644
--- a/stm32/app/project.h
+++ b/stm32/app/project.h
@@ -37,7 +37,7 @@
#define HANDS 2
//#define MOTOR_STEPS (1080 * 2)
//#define MOTOR_STEPS (720 )
-#define USTEP 16
+#define USTEP 16
#define MOTOR_STEPS (720*USTEP)
#define MOTOR_PHASES 6
@@ -46,6 +46,7 @@
#include "pins.h"
#include "time_fn.h"
#include "asm_fns.h"
+#include "tmc2209.h"
#include "prototypes.h"