News

of the Arduino. Here is the test code that indicates the soil wet/dry conditions using just two LEDs (green & red). int GLED= 13; // Wet Indicator at Digital PIN D13 int RLED= 12; // Dry Indicator at ...