9 lines
101 B
C
9 lines
101 B
C
#ifndef GLOBALS_H
|
|
#define GLOBALS_H
|
|
|
|
#include <stdint.h>
|
|
|
|
const uint16_t* moisturePtr(void);
|
|
|
|
#endif
|