#define ADS1115_ADDRESS_ADDR_GND 0x48 // address pin low (GND) #define ADS1115_ADDRESS_ADDR_VDD 0x49 // address pin high (VCC) #define ADS1115_ADDRESS_ADDR_SDA 0x4A // address pin tied to SDA pin ...
* 1. Read the soil moisture level (capacitance) every sensorPollInterval. * 2. Read the temperature from the soil moisture sensor. * 3. If moisture is less than minMoisture, run pump for pumpRunTime. ...