diff --git a/stepper.c b/stepper.c index c8ee56c..b810259 100644 --- a/stepper.c +++ b/stepper.c @@ -92,6 +92,8 @@ void st_wake_up() { static void st_go_idle() { // Cycle finished. Set flag to false. cycle_start = false; + // Disable stepper driver interrupt + TIMSK1 &= ~(1<