Rev 1668 | Rev 1760 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1668 | Rev 1685 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | #define _EEPROM_H |
2 | #define _EEPROM_H |
Line 3... | Line 3... | ||
3 | 3 | ||
4 | #include <inttypes.h> |
4 | #include <inttypes.h> |
Line -... | Line 5... | ||
- | 5 | #include "twimaster.h" |
|
- | 6 | ||
- | 7 | #define EEPARAM_REVISION 84 // is count up, if paramater stucture has changed (compatibility) |
|
- | 8 | #define EEMIXER_REVISION 1 // is count up, if mixer stucture has changed (compatibility) |
|
5 | #include "twimaster.h" |
9 | |
6 | 10 | ||
7 | #define EEPROM_ADR_PARAM_BEGIN 0 |
11 | #define EEPROM_ADR_PARAM_BEGIN 0 |
8 | #define PID_EE_REVISION 1 // byte |
12 | #define PID_EE_REVISION 1 // byte |
Line 92... | Line 96... | ||
92 | #define K_POTI6 9 |
96 | #define K_POTI6 9 |
93 | #define K_POTI7 10 |
97 | #define K_POTI7 10 |
94 | #define K_POTI8 11 |
98 | #define K_POTI8 11 |
Line 95... | Line -... | ||
95 | - | ||
96 | - | ||
97 | #define EEPARAM_REVISION 83 // is count up, if paramater stucture has changed (compatibility) |
- | |
98 | #define EEMIXER_REVISION 1 // is count up, if mixer stucture has changed (compatibility) |
99 | |
99 | 100 | ||
100 | // values above 247 representing poti1 to poti8 |
101 | // values above 247 representing poti1 to poti8 |
101 | // poti1 = 255 |
102 | // poti1 = 255 |
102 | // poti2 = 254 |
103 | // poti2 = 254 |
Line 130... | Line 131... | ||
130 | unsigned char GyroAccFaktor; // Wert : 1-64 |
131 | unsigned char GyroAccFaktor; // Wert : 1-64 |
131 | unsigned char KompassWirkung; // Wert : 0-32 |
132 | unsigned char KompassWirkung; // Wert : 0-32 |
132 | unsigned char Gyro_P; // Wert : 10-250 |
133 | unsigned char Gyro_P; // Wert : 10-250 |
133 | unsigned char Gyro_I; // Wert : 0-250 |
134 | unsigned char Gyro_I; // Wert : 0-250 |
134 | unsigned char Gyro_D; // Wert : 0-250 |
135 | unsigned char Gyro_D; // Wert : 0-250 |
135 | unsigned char Gyro_Gier_P; // Wert : 10-250 |
136 | unsigned char Gyro_Gier_P; // Wert : 10-250 |
136 | unsigned char Gyro_Gier_I; // Wert : 0-250 |
137 | unsigned char Gyro_Gier_I; // Wert : 0-250 |
- | 138 | unsigned char Gyro_Stability; // Wert : 0-16 |
|
137 | unsigned char UnterspannungsWarnung; // Wert : 0-250 |
139 | unsigned char UnterspannungsWarnung; // Wert : 0-250 |
138 | unsigned char NotGas; // Wert : 0-250 //Gaswert bei Empängsverlust |
140 | unsigned char NotGas; // Wert : 0-250 //Gaswert bei Empängsverlust |
139 | unsigned char NotGasZeit; // Wert : 0-250 // Zeitbis auf NotGas geschaltet wird, wg. Rx-Problemen |
141 | unsigned char NotGasZeit; // Wert : 0-250 // Zeitbis auf NotGas geschaltet wird, wg. Rx-Problemen |
140 | unsigned char Receiver; // 0= Summensignal, 1= Spektrum, 2 =Jeti, 3=ACT DSL, 4=ACT S3D |
142 | unsigned char Receiver; // 0= Summensignal, 1= Spektrum, 2 =Jeti, 3=ACT DSL, 4=ACT S3D |
141 | unsigned char I_Faktor; // Wert : 0-250 |
143 | unsigned char I_Faktor; // Wert : 0-250 |
142 | unsigned char UserParam1; // Wert : 0-250 |
144 | unsigned char UserParam1; // Wert : 0-250 |
143 | unsigned char UserParam2; // Wert : 0-250 |
145 | unsigned char UserParam2; // Wert : 0-250 |
144 | unsigned char UserParam3; // Wert : 0-250 |
146 | unsigned char UserParam3; // Wert : 0-250 |
145 | unsigned char UserParam4; // Wert : 0-250 |
147 | unsigned char UserParam4; // Wert : 0-250 |