Rev 717 | Rev 819 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 717 | Rev 805 | ||
---|---|---|---|
Line 30... | Line 30... | ||
30 | extern unsigned char MotorTest[4]; |
30 | extern unsigned char MotorTest[4]; |
31 | extern unsigned char DubWiseKeys[4]; |
31 | extern unsigned char DubWiseKeys[4]; |
32 | struct str_DebugOut |
32 | struct str_DebugOut |
33 | { |
33 | { |
34 | unsigned char Digital[2]; |
34 | unsigned char Digital[2]; |
35 | unsigned int Analog[32]; // Debugwerte |
35 | signed int Analog[32]; // Debugwerte |
36 | }; |
36 | }; |
Line 37... | Line 37... | ||
37 | 37 | ||
Line 38... | Line 38... | ||
38 | extern struct str_DebugOut DebugOut; |
38 | extern struct str_DebugOut DebugOut; |