mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
These used to be implemented as part of the Control object, but now they are available directly on the motor. This way they: - Also give useful values when control is passive, via dc(). - Can be supported on Move Hub - Give useful values for drive bases (see next commits). Fixes https://github.com/pybricks/pybricks-api/issues/115