You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My stepper draws 200mA when moving and 370mA when the move has completed.
It would be useful to have an idle call which sets the stepper control lines to zero:
Hi,
off() looks like the same idea- does it affect any other parts of the library?
I had considered the loss of torque. However in some applications battery demand in static positioning outways the need to apply torque to a stationary motor.
My stepper draws 200mA when moving and 370mA when the move has completed.
It would be useful to have an idle call which sets the stepper control lines to zero:
This works:
void idle(); // drp CheapStepper.h
This utilises the default case in switch(seqNum) of void CheapStepper::seq (int seqNum)
If the function is called on the completion of a move, the current drops to 30mA !
The next move appears un-affected.
David
The text was updated successfully, but these errors were encountered: