but it's really not clear yet how this works
@@ -1,5 +1,5 @@
#pragma once
-
+//#ifdef AccelStepper_h
#include <Automaton.h>
#include <AccelStepper.h>
@@ -122,6 +122,8 @@ class Atm_AccelStepper: public Machine {
};
+//#endif
+
/*
Automaton::ATML::begin - Automaton Markup Language
#if defined(__MK20DX128__) || defined(__MK20DX256__) || defined(__MK64FX512__) || defined(__MK66FX1M0__)
+#ifdef TEENSYSTEP_H
#include "Atm_Teenstep.h"
/* Add optional parameters for the state machine to begin()
@@ -414,3 +414,4 @@ Atm_Teenstep& Atm_Teenstep::onLimitlow( atm_cb_push_t callback, int idx ) {
}
#endif
+#endif
@@ -1,7 +1,7 @@
#include <TeensyStep.h>
@@ -89,6 +89,7 @@ class Atm_Teenstep: public Machine {