Farm-Data-Relay-System/DataReading.h

8 lines
85 B
C
Raw Normal View History

2021-05-29 19:43:41 +00:00
typedef struct DataReading {
float d;
uint16_t id;
uint8_t t;
} DataReading;