Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
110 |
mikeljo |
1 |
#ifndef debug_h |
|
|
2 |
#define debug_h |
|
|
3 |
|
|
|
4 |
void display_debug(void); |
|
|
5 |
|
|
|
6 |
struct str_DebugIn |
|
|
7 |
{ |
|
|
8 |
unsigned char Digital[2]; |
|
|
9 |
unsigned int Analog[32]; // Debugwerte |
|
|
10 |
}; |
|
|
11 |
|
|
|
12 |
struct str_DebugIn DebugIn; |
|
|
13 |
//extern struct str_DebugIn *p_buffer; |
|
|
14 |
|
|
|
15 |
#endif |