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
When plans were made to add stepper motor support, Motor was renamed to DC, see #48.
I thought this would be better done sooner rather than later, although people were already using Motor, for example at:
When plans were made to add stepper motor support,
Motor
was renamed toDC
, see #48.I thought this would be better done sooner rather than later, although people were already using
Motor
, for example at:This could be fixed by creating classes inheriting from
DC
, printing a deprecation warning before callingDC.__init__
The text was updated successfully, but these errors were encountered: