Update documentation
This commit is contained in:
parent
9a42d3b9bf
commit
bd062da539
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ Simple Linefollower
|
|||
|
||||
import time
|
||||
|
||||
from IRWrapper import IRWrapper
|
||||
from compLib.IRWrapper import IRWrapper
|
||||
from compLib.Motor import Motor
|
||||
|
||||
STRAIGHT_SPEED = 40.0
|
||||
|
|
|
@ -168,7 +168,7 @@
|
|||
<h2>Simple Linefollower<a class="headerlink" href="#simple-linefollower" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">time</span>
|
||||
|
||||
<span class="kn">from</span> <span class="nn">IRWrapper</span> <span class="kn">import</span> <span class="n">IRWrapper</span>
|
||||
<span class="kn">from</span> <span class="nn">compLib.IRWrapper</span> <span class="kn">import</span> <span class="n">IRWrapper</span>
|
||||
<span class="kn">from</span> <span class="nn">compLib.Motor</span> <span class="kn">import</span> <span class="n">Motor</span>
|
||||
|
||||
<span class="n">STRAIGHT_SPEED</span> <span class="o">=</span> <span class="mf">40.0</span>
|
||||
|
|
Reference in a new issue