Mark internal helpers as static and remove from headers

This commit is contained in:
2025-10-01 01:22:58 +02:00
parent 6e845c65da
commit 05aae91d12
4 changed files with 2 additions and 4 deletions
-1
View File
@@ -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