laurb9 / StepperDriver

Arduino library for A4988, DRV8825, DRV8834, DRV8880 and generic two-pin (DIR/STEP) stepper motor drivers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Motor Status

alexleandrom opened this issue · comments

Is there some method to know the status of the motor? Ifis it stop ou moving?

In standard mode, the function returns when the move has completed.
In "non-blocking mode", stepper.nextAction() returns 0 when the move has completed.