|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#12
|
||||
|
||||
|
Re: Compressor Issue
Don't try my code above - that was an example of what could be causing your problem. Instead, you should have code like this:
Code:
If (pressureSwitch)
{
Relay.set(kForward);
}
Else
{
Relay.set(kOff);
}
|
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|