The motor seems to be working as commanded...
myMotor->step(50, FORWARD, SINGLE);
myMotor->step(50, BACKWARD, SINGLE);
Each time thru the loop you take a step forward and then a step backward.
The motor seems to be working as commanded...
myMotor->step(50, FORWARD, SINGLE);
myMotor->step(50, BACKWARD, SINGLE);
Each time thru the loop you take a step forward and then a step backward.