CompLib
Robo4you Competition Library
Usage
Api
Battery
Buzzer
Infrared Sensor
Logging
Motor
Class Documentation
Examples
Driving straight (maybe)
Servo
Vision
CompLib
»
Motor
View page source
Motor
¶
Class Documentation
¶
Examples
¶
Driving straight (maybe)
¶
from
compLib.Motor
import
Motor
for
port
in
range
(
0
,
4
):
Motor
.
power
(
port
,
50
)