Files
2020-03-01 22:37:02 -05:00

7 lines
115 B
C

struct Temperature {
float cur;
float target;
float offset;
int unit;
};