doc: motor settings and most ev3 sensors

Note: the motor code will be updated accordingly once updated API is considered final.
This commit is contained in:
Laurens Valk
2018-12-31 12:15:09 +01:00
parent 7c106e2444
commit 56364997a2
2 changed files with 72 additions and 11 deletions
+28
View File
@@ -0,0 +1,28 @@
Basic motor functions
=====================
Intro
PID Parameters
--------------
.. _duty:
Duty cycle
----------
TODO
.. _pid:
PID Parameters
--------------
TODO
.. _defaultpars:
Default motor parameters
------------------------
TODO
+44 -11
View File
@@ -3,20 +3,53 @@ Signals and units
Intro
.. _time:
.. glossary::
time
----
TODO definition of physical quantity and units and :py:obj:`float` type
time
TODO definition of physical quantity and units and :py:obj:`float` type
.. _angle:
angle
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
.. _distance:
percentage
TODO definition of physical quantity and units and :py:obj:`float` type
distance
--------
TODO definition of physical quantity and units and :py:obj:`float` type
.. _relativedistance:
relative distance
-----------------
TODO definition of physical quantity and units and :py:obj:`float` type
.. _speed:
speed
-----
(angular velocity for motor, sensor) TODO definition of physical quantity and units and :py:obj:`float` type
speed
-----
(drive speed) TODO definition of physical quantity and units and :py:obj:`float` type
.. _acceleration:
acceleration
------------
TODO definition of physical quantity and units and :py:obj:`float` type
.. _percentage:
percentage
----------
TODO definition of physical quantity and units and :py:obj:`float` type