mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
This enables the sphinx doc nitpicky option to detect broken references. Also fix all of the broken references.
58 lines
1.2 KiB
ReStructuredText
58 lines
1.2 KiB
ReStructuredText
:mod:`ev3devices <pybricks.ev3devices>` -- EV3 Devices
|
|
======================================================
|
|
|
|
.. automodule:: pybricks.ev3devices
|
|
:no-members:
|
|
|
|
Motor
|
|
^^^^^^^^^^^^
|
|
|
|
.. autoclass:: pybricks._instances.Motor
|
|
:noindex:
|
|
:no-members:
|
|
|
|
.. automethod:: pybricks._instances.Motor.angle
|
|
:noindex:
|
|
|
|
.. automethod:: pybricks._instances.Motor.reset_angle
|
|
:noindex:
|
|
|
|
.. automethod:: pybricks._instances.Motor.speed
|
|
:noindex:
|
|
|
|
.. automethod:: pybricks._instances.Motor.stop
|
|
:noindex:
|
|
|
|
.. automethod:: pybricks._instances.Motor.run
|
|
:noindex:
|
|
|
|
.. automethod:: pybricks._instances.Motor.run_time
|
|
:noindex:
|
|
|
|
.. automethod:: pybricks._instances.Motor.run_angle
|
|
:noindex:
|
|
|
|
.. automethod:: pybricks._instances.Motor.run_target
|
|
:noindex:
|
|
|
|
|
|
Touch Sensor
|
|
^^^^^^^^^^^^
|
|
.. autoclass:: pybricks.ev3devices.TouchSensor
|
|
|
|
Color Sensor
|
|
^^^^^^^^^^^^
|
|
.. autoclass:: pybricks.ev3devices.ColorSensor
|
|
|
|
Infrared Sensor and Beacon
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
.. autoclass:: pybricks.ev3devices.InfraredSensor
|
|
|
|
Ultrasonic Sensor
|
|
^^^^^^^^^^^^^^^^^
|
|
.. autoclass:: pybricks.ev3devices.UltrasonicSensor
|
|
|
|
Gyroscopic Sensor
|
|
^^^^^^^^^^^^^^^^^
|
|
.. autoclass:: pybricks.ev3devices.GyroSensor
|