Quote:
|
Originally Posted by waialua359
I know this is the wrong topic but how? I checked the code and cant see where?
|
In the (1-04-2006)
FrcCode project, the
user_routines.c file has the following line in the
Default_Routine() function:
Code:
relay8_fwd = !rc_dig_in18; /* Power pump only if pressure switch is off. */
It's easily overlooked in the midst of all the other relay and pwm control code.