Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 397 Bytes

File metadata and controls

23 lines (14 loc) · 397 Bytes

API reference

Each class in ev3dev module inherits from the base :py:class:`Device` class.

.. autoclass:: ev3dev.Device

.. autofunction:: ev3dev.list_device_names

.. autofunction:: ev3dev.list_devices

.. autofunction:: ev3dev.motor.list_motors

.. autofunction:: ev3dev.sensor.list_sensors

Contents:

.. toctree::
    :maxdepth: 2

    motors
    sensors
    other