Rev 701 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 701 | Rev 703 | ||
---|---|---|---|
Line 47... | Line 47... | ||
47 | #define CH_POTI3 6 |
47 | #define CH_POTI3 6 |
48 | #define CH_POTI4 7 |
48 | #define CH_POTI4 7 |
Line 49... | Line 49... | ||
49 | 49 | ||
Line -... | Line 50... | ||
- | 50 | #define EEPARAM_VERSION 69 // is count up, if EE_Paramater stucture has changed (compatibility) |
|
50 | #define EEPARAM_VERSION 69 // is count up, if EE_Paramater stucture has changed (compatibility) |
51 | |
51 | 52 | // values above 250 representing poti1 to poti4 |
|
52 | typedef struct |
53 | typedef struct |
53 | { |
54 | { |
54 | uint8_t ChannelAssignment[8]; // see upper defines for details |
55 | uint8_t ChannelAssignment[8]; // see upper defines for details |