Add read-only pointer accessor for previously read moisture value
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef GLOBALS_H
|
||||
#define GLOBALS_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
const uint16_t* moisturePtr(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user