Thanks KurtE,
It's my first time learning about '#pragma pack'.
After googling "teensy pragma pack" I got this thread that already solved this problem...
Type: Posts; User: 123kid
Thanks KurtE,
It's my first time learning about '#pragma pack'.
After googling "teensy pragma pack" I got this thread that already solved this problem...
I am having problems running some code that I succesully tested on the arduino mega. The code receives 5 bytes ('&','@', uint8, uint16) and parses them using a union with a struct inside. This works...