api/builtins: drop motor setting setters

this will be done through the control attribute instead
This commit is contained in:
Laurens Valk
2020-01-28 17:53:11 +01:00
parent 6278aeb1b6
commit 4ed787240e
2 changed files with 3 additions and 88 deletions
+3 -2
View File
@@ -39,8 +39,9 @@ rotational speed: deg/s
Rotational speed, or *angular velocity* describes how fast something rotates,
expressed as the number of degrees per second (deg/s).
For example, the rotational speed values of a ``Motor`` or the :meth:`GyroSensor
<.ev3devices.GyroSensor.speed>` are expressed in degrees per second.
For example, the rotational speed values of a ``Motor`` or the
:meth:`GyroSensor <.ev3devices.GyroSensor.speed>` are expressed in degrees
per second.
While we recommend working with degrees per second in your programs, you can
use the following table to convert between commonly used units.