mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
api/builtins/DCMotor: drop settings
These settings are control properties, so they cannot be altered on DC Motors.
This commit is contained in:
@@ -72,9 +72,6 @@ DC Motor
|
||||
.. automethod:: pybricks.builtins.DCMotor.dc
|
||||
:noindex:
|
||||
|
||||
.. automethod:: pybricks.builtins.DCMotor.set_dc_settings
|
||||
:noindex:
|
||||
|
||||
Other ev3dev sensors
|
||||
^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ class DCMotor():
|
||||
This is useful to avoid applying
|
||||
the full motor torque to a geared
|
||||
or lever mechanism, or to prevent
|
||||
your LEGO® train from
|
||||
your motor from
|
||||
unintentionally going at full
|
||||
speed. (*Default*: 100).
|
||||
duty_offset (:ref:`percentage`): Minimum duty cycle given when you
|
||||
|
||||
Reference in New Issue
Block a user