Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 105 → Rev 106

/Transportables_Koptertool/debug.h
0,0 → 1,15
#ifndef debug_h
#define debug_h
 
void display_debug(void);
 
struct str_DebugIn
{
unsigned char Digital[2];
unsigned int Analog[32]; // Debugwerte
};
 
struct str_DebugIn DebugIn;
//extern struct str_DebugIn *p_buffer;
 
#endif