Skip to content

Commit ab4d4cc

Browse files
committed
pybricks.pupdevices.Motor: Add versionchanged.
Document moving stalled, load, done.
1 parent 82340c3 commit ab4d4cc

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

doc/main/pupdevices/motor.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ Motors with rotation sensors
8888
output of the gear train. This is the gear ratio determined from the
8989
``gears`` argument when initializing the motor.
9090

91+
.. versionchanged:: 3.2
92+
93+
The :meth:`done`, :meth:`stalled` and :meth:`load` methods have been
94+
moved.
95+
9196
Initialization examples
9297
-----------------------
9398

doc/main/robotics.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@
105105
.. autoattribute:: pybricks.robotics.DriveBase.heading_control
106106
:annotation:
107107

108+
.. versionchanged:: 3.2
109+
110+
The :meth:`done` and :meth:`stalled` methods have been moved.
111+
108112
Examples
109113
-------------------
110114

0 commit comments

Comments
 (0)