Quote:
Originally Posted by Guarana
Code:
rc_ana_in01 = rc_ana_in02 = rc_ana_in03 = rc_ana_in04 = INPUT;
above the digital inputs section in User_Initialization(). it keeps giving me a syntax error on the top line. Help?
|
The syntax error is because
rc_ana_in01 is a constant (I think it resolves to
135). The compiler understandably doesn't like code that tries to assign a value to a constant.
As others pointed out, the step you're trying to follow is only for the EDU-RC mini controller.