Update documentation

This commit is contained in:
Konstantin Lampalzer 2021-09-13 18:47:18 +02:00
parent ccd46ee8a7
commit 4c1cfa6735
9 changed files with 466 additions and 7 deletions

View file

@ -176,7 +176,7 @@
<dd><p>Reset encoder position to 0</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>port</strong> Port, which the motor is connected to. 1-4 allowed</p>
<dd class="field-odd"><p><strong>port</strong> Port, which the motor is connected to. Between 1 and 4</p>
</dd>
<dt class="field-even">Raises</dt>
<dd class="field-even"><p>IndexError</p>
@ -196,7 +196,7 @@
<dd><p>Read encoder from a specified port</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>port</strong> Port, which the motor is connected to. 1-4 allowed</p>
<dd class="field-odd"><p><strong>port</strong> Port, which the motor is connected to. Between 1 and 4</p>
</dd>
<dt class="field-even">Raises</dt>
<dd class="field-even"><p>IndexError</p>
@ -213,7 +213,7 @@
<dd><p>Read raw encoder from a specified port. Will not be reset to 0 at start.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>port</strong> Port, which the motor is connected to. 1-4 allowed</p>
<dd class="field-odd"><p><strong>port</strong> Port, which the motor is connected to. Between 1 and 4</p>
</dd>
<dt class="field-even">Raises</dt>
<dd class="field-even"><p>IndexError</p>