Add read-only pointer accessor for previously read moisture value

This commit is contained in:
2025-10-05 22:21:21 +02:00
parent 6c48ebb65f
commit 74aab766fc
3 changed files with 26 additions and 3 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef GLOBALS_H
#define GLOBALS_H
#include <stdint.h>
const uint16_t* moisturePtr(void);
#endif