defined in uart.h: '''IMPORTANT: Make sure, that you use packed struktures in your compiler.''' {{{ #!cplusplus struct str_DebugOut { unsigned char Status[2]; signed int Analog[32]; // Debugvalue can be displayed in MK-Tool as value or graph }; }}}