We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82340c3 commit ab4d4ccCopy full SHA for ab4d4cc
doc/main/pupdevices/motor.rst
@@ -88,6 +88,11 @@ Motors with rotation sensors
88
output of the gear train. This is the gear ratio determined from the
89
``gears`` argument when initializing the motor.
90
91
+ .. versionchanged:: 3.2
92
+
93
+ The :meth:`done`, :meth:`stalled` and :meth:`load` methods have been
94
+ moved.
95
96
Initialization examples
97
-----------------------
98
doc/main/robotics.rst
@@ -105,6 +105,10 @@
105
.. autoattribute:: pybricks.robotics.DriveBase.heading_control
106
:annotation:
107
108
109
110
+ The :meth:`done` and :meth:`stalled` methods have been moved.
111
112
Examples
113
-------------------
114
0 commit comments