Created
December 5, 2018 14:22
-
-
Save labiak/72d1f90f51c622d8de01d0de87f357d1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// magic = 0x75627265 | |
struct UbreezMessage { | |
uint32_t magic; | |
char id[12]; | |
float CO2; | |
float H; | |
float P; | |
float TVOC; | |
float eCO2; | |
float t; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment