Update documentation

This commit is contained in:
Konstantin Lampalzer 2021-10-16 16:35:59 +02:00
parent e855429a8f
commit e9d663963d
2 changed files with 4 additions and 4 deletions

View file

@ -19,5 +19,5 @@ Driving straight (maybe)
from compLib.Motor import Motor
Motor.power(1, 50)
Motor.power(2, 50)
Motor.power(1, -50)
Motor.power(4, 50)