Documentation

This commit is contained in:
Konstantin Lampalzer 2021-09-12 13:46:30 +02:00
parent 8f2944da71
commit cf4e88fd35
5 changed files with 3 additions and 75 deletions

View file

@ -19,5 +19,5 @@ Driving straight (maybe)
from compLib.Motor import Motor
for port in range(0, 4):
Motor.power(port, 50)
Motor.power(1, 50)
Motor.power(2, 50)