mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
doc: experiment with signal types
This commit is contained in:
+2
-1
@@ -8,10 +8,11 @@ Welcome to Pybricks's documentation!
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: EV3 Modules:
|
||||
:caption: Pybricks:
|
||||
|
||||
parameters
|
||||
ev3devices
|
||||
signaltypes
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -3,14 +3,18 @@
|
||||
|
||||
Intro
|
||||
|
||||
.. autoclass:: parameters.Color
|
||||
:no-members:
|
||||
|
||||
.. autoclass:: parameters.Port
|
||||
:no-members:
|
||||
|
||||
.. autoclass:: parameters.Direction
|
||||
:no-members:
|
||||
|
||||
.. autoclass:: parameters.Stop
|
||||
:no-members:
|
||||
|
||||
.. autoclass:: parameters.Direction
|
||||
.. autoclass:: parameters.Color
|
||||
:no-members:
|
||||
|
||||
.. autoclass:: parameters.Button
|
||||
:no-members:
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
Signals and units
|
||||
=================
|
||||
|
||||
Intro
|
||||
|
||||
|
||||
.. glossary::
|
||||
|
||||
time
|
||||
TODO definition of physical quantity and units and :py:obj:`float` type
|
||||
|
||||
angle
|
||||
TODO definition of physical quantity and units and :py:obj:`float` type
|
||||
|
||||
speed
|
||||
TODO definition of physical quantity and units and :py:obj:`float` type
|
||||
|
||||
acceleration
|
||||
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
|
||||
Reference in New Issue
Block a user