mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 09:37:25 +00:00
doc: nomenclature and registered signs
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
"""LEGO\ :sup:`®` MINDSTORMS\ :sup:`®` EV3 brick."""
|
||||
"""LEGO® MINDSTORMS® EV3 Brick."""
|
||||
|
||||
from parameters import Color
|
||||
from _speaker import Speaker
|
||||
from _display import Display
|
||||
|
||||
def buttons():
|
||||
"""Check which buttons on the EV3 brick are currently pressed.
|
||||
"""Check which buttons on the EV3 Brick are currently pressed.
|
||||
|
||||
:returns: List of pressed buttons.
|
||||
:rtype: List of :class:`Button <parameters.Button>`
|
||||
|
||||
Reference in New Issue
Block a user