mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-07-27 19:57:02 +00:00
doc: rough draft EV3 brick
This commit is contained in:
+22
-2
@@ -1,17 +1,37 @@
|
||||
:mod:`ev3brick` -- The Programmable Brick
|
||||
=========================================
|
||||
|
||||
.. automodule:: ev3brick
|
||||
|
||||
|
||||
Buttons
|
||||
-------
|
||||
|
||||
.. autofunction:: ev3brick.buttons
|
||||
|
||||
Light
|
||||
-----
|
||||
|
||||
.. autofunction:: ev3brick.light
|
||||
|
||||
Sound
|
||||
-----
|
||||
|
||||
.. automethod:: ev3brick.sound.beep
|
||||
|
||||
.. automethod:: ev3brick.sound.beeps
|
||||
|
||||
.. automethod:: ev3brick.sound.tune
|
||||
|
||||
.. automethod:: ev3brick.sound.file
|
||||
|
||||
.. automethod:: ev3brick.sound.speak
|
||||
|
||||
Display
|
||||
-------
|
||||
|
||||
TODO: picture with (0,0), +x +y arrows
|
||||
|
||||
.. automethod:: ev3brick.display.clear
|
||||
|
||||
.. automethod:: ev3brick.display.text
|
||||
|
||||
.. automethod:: ev3brick.display.image
|
||||
|
||||
@@ -18,3 +18,12 @@ Intro
|
||||
|
||||
.. autoclass:: parameters.Button
|
||||
:no-members:
|
||||
|
||||
.. autoclass:: parameters.Pattern
|
||||
:no-members:
|
||||
|
||||
.. autoclass:: parameters.Align
|
||||
:no-members:
|
||||
|
||||
.. autoclass:: parameters.Image
|
||||
:no-members:
|
||||
|
||||
@@ -55,3 +55,9 @@ TODO definition of physical quantity and units and :py:obj:`float` type
|
||||
percentage: %
|
||||
--------------
|
||||
TODO definition of physical quantity and units and :py:obj:`float` type
|
||||
|
||||
.. _frequency:
|
||||
|
||||
frequency: Hz
|
||||
--------------
|
||||
TODO definition of physical quantity and units and :py:obj:`float` type
|
||||
|
||||
Reference in New Issue
Block a user