Mark internal helpers as static and remove from headers
This commit is contained in:
@@ -45,7 +45,6 @@ extern volatile bool readSensors;
|
||||
|
||||
void sensorsInit(void);
|
||||
void triggerMoistureRead(void);
|
||||
uint16_t moistureAverage(uint8_t sensorPin);
|
||||
uint16_t moistureRead(void);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -33,7 +33,6 @@ static const int8_t actuatorPins[] = {
|
||||
#define ACTUATORS_NUM (sizeof(actuatorPins) / sizeof(actuatorPins[0]))
|
||||
|
||||
void pumpsInit(void);
|
||||
void triggerPump(uint8_t digital_pins);
|
||||
void waterPlant(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user