Remove triggerMoistureRead() call in ISR and it's trigger variable

- This was done at the very beginning when i thought to develop this
part of the program in a different way. It is unnecessary with how I
actually ended up to structure the program. - WDT should manage TWI
only, as per current developement
This commit is contained in:
2025-10-29 13:51:04 +01:00
parent 2a36d1356c
commit 1721be5e66
3 changed files with 3 additions and 14 deletions
-1
View File
@@ -44,7 +44,6 @@ static const int8_t sensorPins[] = {
extern volatile bool readSensors;
void sensorsInit(void);
void triggerMoistureRead(void);
uint16_t moistureRead(void);
#endif