
Re: Pairing 2 Vexnet Joysticks using RobotC 2.31
This error typically means the programmer misspelled something (or, which may be this case, ROBOTC changed the syntax when updating). The way to reference the buttons for the 2nd joystick has the b and u capitalized. (i.e. vexRT[Btn6UXmtr2])
Hope this helps,
Andrew