mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
This page was getting very long, so split it up for easier navigation (#33).
26 lines
566 B
ReStructuredText
26 lines
566 B
ReStructuredText
Light
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
.. figure:: ../../api/images/light.png
|
|
:width: 90 %
|
|
|
|
.. toggle-header::
|
|
:header: **Show/hide examples**
|
|
|
|
**Example 1: Making the light blink**
|
|
|
|
.. literalinclude::
|
|
../../../examples/pup/light/basics.py
|
|
|
|
**Example 2: Using math to gradually change the brightness of the light**
|
|
|
|
.. literalinclude::
|
|
../../../examples/pup/light/math.py
|
|
|
|
.. autoclass:: pybricks.pupdevices.Light
|
|
:no-members:
|
|
|
|
.. automethod:: pybricks.pupdevices.Light.on
|
|
|
|
.. automethod:: pybricks.pupdevices.Light.off
|