This is a modification of the popular AccelStepper library that runs the motors using timer interrupts instead of polling them in the main loop. This allows for more precise step timings and running ...
/// This is the Arduino AccelStepper library. /// It provides an object-oriented interface for 2, 3 or 4 pin stepper motors. /// Example Arduino programs are included to show the main modes of use. // ...