hey anyone know how to program the use of 2 controlers
when you pick the joystick for a motor put it on controller 1 for controller A and 2 for controller B
In RobotC, you add Xmtr2 to the end of whatever button or channel you want to use.
vexRT[Ch1Xmtr2];
vexRT[Btn5UXmtr2];
I don’t recall the capitalization of it fully. The M might need to be capitalized, but RobotC should tell you if it does.
thx