Farm-Data-Relay-System/Controllers/FastLED/DataReading.h
2021-11-21 10:08:00 -06:00

8 lines
92 B
C

typedef struct DataReading {
float d;
uint16_t id;
uint8_t t;
} DataReading;