Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 728 → Rev 729

/Transportables_Koptertool/tags/V-0.1.1/debug.h
0,0 → 1,26
#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