DriveController& driveTank(const controller::axis& leftAxis, const controller::axis& rightAxis)
Drives the robot arcade style (with one stick for left and the other for right)
Parameters
leftAxis- The axis for the left siderightAxis- The axis for the right side
Example
dc.driveTank(Greg.Axis3, Greg.Axis2);