doc: rough draft EV3 brick

This commit is contained in:
Laurens Valk
2019-01-03 19:44:10 +01:00
parent 02bee5766f
commit 3da8785995
3 changed files with 37 additions and 2 deletions
+22 -2
View File
@@ -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
+9
View File
@@ -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:
+6
View File
@@ -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