You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Farm-Data-Relay-System/Original_FDRS/FDRS_Gateway/DataReading.h

8 lines
85 B
C

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