TeamCode / org.firstinspires.ftc.teamcode.movement / TwoWheelDrive / setDirections

setDirections

open fun setDirections(left: Direction, right: Direction): Unit

Calls setDirection on each of the DcMotors.

Parameters

left - the direction to set the left motor to

right - the direction to set the right motor to