Rev 483 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 483 | Rev 505 | ||
---|---|---|---|
Line 22... | Line 22... | ||
22 | unsigned char free; // (unbenutzt) |
22 | unsigned char free; // (unbenutzt) |
23 | unsigned char Frame; // (Bestätigung) |
23 | unsigned char Frame; // (Bestätigung) |
24 | unsigned char Config; |
24 | unsigned char Config; |
25 | }; |
25 | }; |
Line -... | Line 26... | ||
- | 26 | ||
- | 27 | struct ExternEvent_s |
|
- | 28 | { |
|
- | 29 | unsigned char key; |
|
- | 30 | unsigned char value[4]; |
|
- | 31 | ||
- | 32 | }; |
|
26 | 33 | ||
27 | struct str_DebugOut |
34 | struct str_DebugOut |
28 | { |
35 | { |
29 | unsigned char Digital[2]; |
36 | unsigned char Digital[2]; |
Line 34... | Line 41... | ||
34 | 41 | ||
Line 35... | Line 42... | ||
35 | struct str_DebugOut DebugOut; |
42 | struct str_DebugOut DebugOut; |
- | 43 | ||
Line 36... | Line 44... | ||
36 | 44 | ||
Line 37... | Line 45... | ||
37 | 45 | struct ExternControl_s ExternControl; |
|
38 | struct ExternControl_s ExternControl; |
46 | struct ExternEvent_s ExternEvent; |