if(percent > 50){
digitalWrite(Pump, HIGH);
delay(1);
digitalWrite(Pump, LOW);
delay(2700000);
Does the pump latch the one millisecond pulse?
Can you start using code tags when you post code, so we don't miss anything?
if(percent > 50){
digitalWrite(Pump, HIGH);
delay(1);
digitalWrite(Pump, LOW);
delay(2700000);
Does the pump latch the one millisecond pulse?
Can you start using code tags when you post code, so we don't miss anything?