Skip to content

Instantly share code, notes, and snippets.

@labiak
Created December 5, 2018 14:22
Show Gist options
  • Save labiak/72d1f90f51c622d8de01d0de87f357d1 to your computer and use it in GitHub Desktop.
Save labiak/72d1f90f51c622d8de01d0de87f357d1 to your computer and use it in GitHub Desktop.
// 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