This commit is contained in:
Konstantin Lampalzer 2021-10-16 16:36:07 +02:00
parent 97b08497d8
commit 222aa46123

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)