ManualMode
abstract class ManualMode<R : Robot>(params: ManualMode.ManualParams = ManualParams()) : VoltOpMode<R>
ManualMode is an abstract class that defines the methods for running a manual mode.
Parameters
R
the robot type
ManualMode is an abstract class that defines the methods for running a manual mode.
the robot type