Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 514 Bytes

light.rst

File metadata and controls

27 lines (18 loc) · 514 Bytes

Light

../../api/images/light.png
.. autoclass:: pybricks.pupdevices.Light
    :no-members:

    .. automethod:: pybricks.pupdevices.Light.on

    .. automethod:: pybricks.pupdevices.Light.off

Examples

Making the light blink

.. literalinclude::
    ../../../examples/pup/light/basics.py

Gradually change the brightness

.. literalinclude::
    ../../../examples/pup/light/math.py