Quote:
Originally Posted by Sunny
Hello I am a new programmer to FRC and having problems getting Autonomous mode to work. This is the code.
|
My guess is that you're trying to read digital_io_xx variables, which aren't the inputs.
These should be rc_dig_in_xx variables instead.