From e9d663963d960fbb98324291539fe7630f33f81a Mon Sep 17 00:00:00 2001
From: Konstantin Lampalzer
Date: Sat, 16 Oct 2021 16:35:59 +0200
Subject: [PATCH] Update documentation
---
_sources/lib/Motor.rst.txt | 4 ++--
lib/Motor.html | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/_sources/lib/Motor.rst.txt b/_sources/lib/Motor.rst.txt
index e5d6854..bd8b253 100644
--- a/_sources/lib/Motor.rst.txt
+++ b/_sources/lib/Motor.rst.txt
@@ -19,5 +19,5 @@ Driving straight (maybe)
from compLib.Motor import Motor
- Motor.power(1, 50)
- Motor.power(2, 50)
\ No newline at end of file
+ Motor.power(1, -50)
+ Motor.power(4, 50)
\ No newline at end of file
diff --git a/lib/Motor.html b/lib/Motor.html
index 6b59792..267e387 100644
--- a/lib/Motor.html
+++ b/lib/Motor.html
@@ -284,8 +284,8 @@ so that it’s roughly proportional to the speed
Driving straight (maybe)
from compLib.Motor import Motor
-Motor.power(1, 50)
-Motor.power(2, 50)
+Motor.power(1, -50)
+Motor.power(4, 50)