One of my students is trying to load the Advanced 1 - Joystick Drive with Buttons sample program. We have changed the motors to the correct ports, however when they go to compile and send the program they get the following errors:
File “.\Sample Programs\VexIQ\Wireless Controller (Remote Control)\Advanced 1-Joystick Drive with Buttons.c” compiled on Apr 12 2022 09:07:34
Error:Undefined variable ‘ChA’. ‘short’ assumed.
Error:Undefined variable ‘ChB’. ‘short’ assumed.
Error:Undefined procedure ‘setMotorSpeed’.
Error:Undefined procedure ‘setMotorSpeed’.
Error:Undefined procedure ‘setMotorSpeed’.
Error:Undefined procedure ‘setMotorSpeed’.
Error:Undefined variable ‘BtnLUp’. ‘short’ assumed.
Error:Undefined procedure ‘setMotorSpeed’.
Error:Undefined variable ‘BtnLDown’. ‘short’ assumed.
Error:Undefined procedure ‘setMotorSpeed’.
Error:Undefined procedure ‘setMotorSpeed’.
Error:Undefined variable ‘BtnRUp’. ‘short’ assumed.
Error:Undefined procedure ‘setMotorSpeed’.
Error:Undefined variable ‘BtnRDown’. ‘short’ assumed.
Error:Undefined procedure ‘setMotorSpeed’.
Error:Undefined procedure ‘setMotorSpeed’.
How do we modify our the program to counteract this?