Files
pybricks-api/source/brick.rst
T

56 lines
843 B
ReStructuredText

:mod:`brick` -- The EV3 Programmable Brick
==========================================
Buttons
-------
.. autofunction:: brick.buttons
Light
-----
.. autofunction:: brick.light
Sound
-----
.. automethod:: brick.sound.beep
.. automethod:: brick.sound.beeps
.. automethod:: brick.sound.tune
.. automethod:: brick.sound.file
.. automethod:: brick.sound.speak
Display
-------
::
x
-------------->
(0, 0) __________________
| |
| | |
y | | Hello |
| | World |
v | |
|__________________|
(177, 127)
.. automethod:: brick.display.clear
.. automethod:: brick.display.text
.. automethod:: brick.display.image