Skip to content

Instantly share code, notes, and snippets.

@bootrino
Created February 10, 2019 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bootrino/3418f772a0ffe76c2759852ae66d177b to your computer and use it in GitHub Desktop.
Save bootrino/3418f772a0ffe76c2759852ae66d177b to your computer and use it in GitHub Desktop.
output a uint32_t or unit16_t in Arduino
Serial.printf("---> %04X : foo\n", (uint32_t) u32);
//Serial.printf("---> %04X (%d): \n", (uint32_t) u32, (uint16_t) curpos);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment