/* Stepper Motor A4988 Driver Example
- No code here
- use the pushbutton to rotate a single step,
and the switch to control the direction
A4988 Stepper Motor driver
1B - Connect to motor's B-
1A - Connect to motor's B+
2A - Connect to motor's A+
2B - Connect to motor's A-
Erstelle eine Wertetabelle für die Ausgabe des A4988
mit Pin "MS1" auf H ("MS2" und "MS3" werden nicht unterstützt!)
Motor2 Motor1
2B 2A 1A 1B
...........
1 L H H L
2 L H L H
3 H L L H
4 H L H L
...........
mit Pin "MS1" auf L
Motor2 Motor1
2B 2A 1A 1B
...........
1 L H H L
1. L H H H
2 L H L H
2. L L L H
3 H L L H
3. H L L L
4 H L H L
4. H H H L
...........
*/
void setup() {}
void loop() {}