Add waterPlant stub and update pump usage
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
//#define MOISTURE_SENSOR_A6 PC6
|
||||
//#define MOISTURE_SENSOR_A7 PC7
|
||||
|
||||
// You may connect only the number of pumps that actually are needed in the vase
|
||||
// You may just connect the pumps that actually are needed in the vase
|
||||
// or define exactly the connected pumps on your system
|
||||
#define PUMP_D3 PD3
|
||||
#define PUMP_D4 PD4
|
||||
#define PUMP_D5 PD5
|
||||
|
||||
@@ -6,3 +6,4 @@
|
||||
|
||||
void pumpsInit(void);
|
||||
void pumpsTrigger(uint8_t digital_pins, int16_t milliseconds);
|
||||
void waterPlant(void);
|
||||
|
||||
Reference in New Issue
Block a user