ino-cnc-shield-instructions/]]
Quelle((http://aconcaguasci.blogspot.com/2016/11/arduino-cnc-shield-control-stepper.html))
<code>
#define EN 8
//Direction pin
#define X_DIR 5
#define Y_DIR 6
#def...
// Das Orignalscript hat delayTime=30, das funktioniert bei mir aber nicht, wohl weil der Moter ein a... digitalWrite(stepperPin, HIGH);
delayMicroseconds(delayTime);
digitalWrite(stepperPin, LOW)