Blame |
Last modification |
View Log
| RSS feed
#ifndef debug_h
#define debug_h
void display_debug(void);
struct str_DebugIn
{
unsigned char Digital[2];
signed int Analog[34]; // Debugwerte
};
struct str_DebugIn DebugIn;
//struct str_DebugIn_Text
//{
// unsigned char Texte[16];
//};
//struct str_DebugIn_Text DebugInText[32];
unsigned char DebugInText[32][16];
//extern struct str_DebugIn *p_buffer;
#endif