Rename function

This commit is contained in:
2025-05-16 09:22:34 +02:00
parent 64852b2a67
commit ba10840f50
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -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);