Update documentation

This commit is contained in:
Konstantin Lampalzer 2021-09-12 13:46:58 +02:00
parent 527965ac0f
commit ccd46ee8a7
20 changed files with 623 additions and 543 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)