mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
30 lines
543 B
ReStructuredText
30 lines
543 B
ReStructuredText
.. pybricks-requirements::
|
|
|
|
Light
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
.. figure:: ../../main/images/light.png
|
|
:width: 90 %
|
|
|
|
.. 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
|