🧑‍💻 Split up stepper.h header

This commit is contained in:
Scott Lahteine
2023-05-04 21:32:46 -05:00
parent 4e2b5b2523
commit 673e6d5380
3 changed files with 224 additions and 202 deletions

View File

@@ -83,6 +83,7 @@ Stepper stepper; // Singleton
#define BABYSTEPPING_EXTRA_DIR_WAIT
#include "stepper/cycles.h"
#ifdef __AVR__
#include "stepper/speed_lookuptable.h"
#endif