Hey,
for my project I want to control a stepper with my Arduino. At the Moment I am using the stepper.h library but the problem is that this blocks my entire sketch while running "stepper.step(steps)". Is there maybe another library that can do this?
Greetings
Take a look at Accelstepper.
AccelStepper like Railroader says or write your own code based on Robin2's simple stepper code using millis().
Post your code.
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.