mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
(instead of brick and devices) After internal discussion: - This way we need to maintain only one fake API. - Autocomplete can pick up the right brick/devices. - Explicit is better than implicit.
31 lines
533 B
ReStructuredText
31 lines
533 B
ReStructuredText
:mod:`ev3devices` -- EV3 Motors and Sensors
|
|
===========================================
|
|
|
|
Motors
|
|
------
|
|
|
|
.. autoclass:: ev3devices.Motor
|
|
|
|
Sensors
|
|
-------
|
|
|
|
Touch Sensor
|
|
^^^^^^^^^^^^
|
|
.. autoclass:: ev3devices.TouchSensor
|
|
|
|
Color Sensor
|
|
^^^^^^^^^^^^
|
|
.. autoclass:: ev3devices.ColorSensor
|
|
|
|
Infrared Sensor and Beacon
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
.. autoclass:: ev3devices.InfraredSensor
|
|
|
|
Ultrasonic Sensor
|
|
^^^^^^^^^^^^^^^^^
|
|
.. autoclass:: ev3devices.UltrasonicSensor
|
|
|
|
Gyroscopic Sensor
|
|
^^^^^^^^^^^^^^^^^
|
|
.. autoclass:: ev3devices.GyroSensor
|