Skip to content

Instantly share code, notes, and snippets.

@reefwing
Created June 15, 2022 01:40
Show Gist options
  • Select an option

  • Save reefwing/785376ba525d7fd165b3c75793176291 to your computer and use it in GitHub Desktop.

Select an option

Save reefwing/785376ba525d7fd165b3c75793176291 to your computer and use it in GitHub Desktop.
Structure from the NexgenMSP Arduino library
// MSP_DEBUGMSG Packet contents
struct msp_debug_msg_t {
char msg[32];
} __attribute__ ((packed));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment