Closed alexleandrom closed 9 months ago
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.
stepper.nextAction()
Is there some method to know the status of the motor? Ifis it stop ou moving?