Skip to content

Initializations

Max Krieger edited this page Apr 17, 2016 · 3 revisions

Things which must be initialized in the top level opmode:

##Hardware Map

Hardware.init(hardwareMap);

##Control Parser

ControlParser.init(gamepad1, gamepad2, Controls.Shift);

Clone this wiki locally