Mark Reynolds
31-01-2004, 14:44
Can someone please varify the following code function?
In the file: users_routines.c
Under the section: "Buttons to Relays"
relay8_fwd = !rc_dig_in18; /* Power pump only if pressure switch is off. */
Please varify that we are indeed setting relay8 to Pin18 which is set as an output? We are confussed because this is the first year we have seen this. Thank you
In the file: users_routines.c
Under the section: "Buttons to Relays"
relay8_fwd = !rc_dig_in18; /* Power pump only if pressure switch is off. */
Please varify that we are indeed setting relay8 to Pin18 which is set as an output? We are confussed because this is the first year we have seen this. Thank you