Delete DataReading.h

This commit is contained in:
Timm Bogner 2022-03-08 12:37:36 -06:00 committed by GitHub
parent d1bebed0c4
commit b486719dd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +0,0 @@
typedef struct DataReading {
float d;
uint16_t id;
uint8_t t;
} DataReading;