From bd062da5390d60c0a7bd8c99fc5ad0f4bca85e47 Mon Sep 17 00:00:00 2001 From: Konstantin Lampalzer Date: Sun, 28 Mar 2021 21:42:59 +0200 Subject: [PATCH] Update documentation --- _sources/lib/Linefollower.rst.txt | 2 +- lib/Linefollower.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_sources/lib/Linefollower.rst.txt b/_sources/lib/Linefollower.rst.txt index 407d349..8918554 100644 --- a/_sources/lib/Linefollower.rst.txt +++ b/_sources/lib/Linefollower.rst.txt @@ -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 diff --git a/lib/Linefollower.html b/lib/Linefollower.html index 1f7f03c..657fc8a 100644 --- a/lib/Linefollower.html +++ b/lib/Linefollower.html @@ -168,7 +168,7 @@

Simple LinefollowerΒΆ

import time
 
-from IRWrapper import IRWrapper
+from compLib.IRWrapper import IRWrapper
 from compLib.Motor import Motor
 
 STRAIGHT_SPEED = 40.0