Farm-Data-Relay-System/Controllers/FastLED/DataReading.h

8 lines
92 B
C
Raw Normal View History

2021-11-21 16:08:00 +00:00
typedef struct DataReading {
float d;
uint16_t id;
uint8_t t;
} DataReading;