Motor

Class Documentation

Examples

Driving straight (maybe)

from compLib.Motor import Motor

for port in range(0, 4):
    Motor.power(port, 50)