Created
June 15, 2022 01:40
-
-
Save reefwing/785376ba525d7fd165b3c75793176291 to your computer and use it in GitHub Desktop.
Structure from the NexgenMSP Arduino library
This file contains hidden or 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
| // 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