Simplify moisture value access and update header structure

This commit is contained in:
2025-10-12 14:01:43 +02:00
parent 2d9a4f3bb5
commit 0f0408df9b
5 changed files with 23 additions and 23 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
#ifndef TWI_H
#define TWI_H
extern volatile uint16_t *pLastMoistureVal;
void twiInit(void);
void twiAlert(void);
void twiListen(void);
#endif