Rename function
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
//#define MOISTURE_SENSOR_A7 PC7
|
||||
|
||||
// You may just connect the pumps that actually are needed in the vase
|
||||
// or define exactly the connected pumps on your system
|
||||
// or define only the connected pumps on your system
|
||||
#define PUMP_D3 PD3
|
||||
#define PUMP_D4 PD4
|
||||
#define PUMP_D5 PD5
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
void sensorsInit(void);
|
||||
void triggerRead(void);
|
||||
void triggerMoistureRead(void);
|
||||
int16_t moistureAverage(int8_t sensorPin);
|
||||
int16_t moistureRead(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user