Ringo Motors

Ringo Motors

Methods


get_left_motor()

Code Equivalent:
LeftMotor

get_motor_max()

Code Equivalent:
MOTOR_MAX

get_right_motor()

Code Equivalent:
RightMotor

motors_begin()


Sets the motor speeds to 0, and sets the motor pins to output.

Check out the third party documentation for a more in depth explanation.

Code Equivalent:
MotorsBegin();