Aloe works very well (see pic) Remember clonex has PGR in it. But who cares if it works, such a little is being used. Tell you the truth I find anything work with some GA in it. Even plain water with aeration works. Sent from my ANE-LX1 using Tapatalk
Couple of pic updates.
lod shedding driving me insane.
Above: Bubblegum extra auto
Above: Auto AK
Above: Royal Gorilla Fem
Above: C99 Fem
Above: Super Lemon Haze Fem
Above: Girl Scout Cookies
All of them :)
It happens
Here is the code:
Only change is the connection between relay and Arduino plugs into D13, not into 7.
void setup() {
pinMode(LED_BUILTIN, OUTPUT);
}
void loop() {
digitalWrite(LED_BUILTIN, HIGH); // turn the LED on (HIGH is the voltage level)
delay(43200000); // wait for a second
digitalWrite(LED_BUILTIN, LOW); // turn the LED off by making the voltage LOW
delay(43200000); // wait for a second
}
Allright, I'll give this a try tonight or tomorrow, my thinking is as per rough diagram for those who can make sence of it. Code should be something like the following for 12/12: digitalWrite(RELAY1,LOW); delay(43200000); digitalWrite(RELAY1,HIGH) delay(43200000) Sent from my EVA-L09 using Tapatalk