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
The motor and drivers classes were refactored in a way that the motor class just plays a role of a facade around the concrete driver, but the whole stepping logic entirely depends on the implementation of a particular driver instead of being located in the motor itself.