Subversion Repositories FlightCtrl

Rev

Rev 2146 | Rev 2191 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2146 Rev 2183
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 5... Line 5...
5
#include "twimaster.h"
5
#include "twimaster.h"
6
 
6
 
Line 7... Line 7...
7
#define EEPARAM_REVISION        91 // is count up, if paramater stucture has changed (compatibility)
7
#define EEPARAM_REVISION        92 // is count up, if paramater stucture has changed (compatibility)
8
#define EEMIXER_REVISION         1 // is count up, if mixer stucture has changed (compatibility)
8
#define EEMIXER_REVISION         1 // is count up, if mixer stucture has changed (compatibility)
9
 
9
 
Line 46... Line 46...
46
#define CFG3_NO_SDCARD_NO_START  0x01
46
#define CFG3_NO_SDCARD_NO_START  0x01
47
#define CFG3_DPH_MAX_RADIUS      0x02
47
#define CFG3_DPH_MAX_RADIUS      0x02
48
#define CFG3_VARIO_FAILSAFE      0x04
48
#define CFG3_VARIO_FAILSAFE      0x04
49
#define CFG3_MOTOR_SWITCH_MODE   0x08
49
#define CFG3_MOTOR_SWITCH_MODE   0x08
50
#define CFG3_NO_GPSFIX_NO_START  0x10
50
#define CFG3_NO_GPSFIX_NO_START  0x10
-
 
51
#define CFG3_USE_NC_FOR_OUT1     0x20
Line 51... Line 52...
51
 
52
 
52
//GlobalConfig
53
//GlobalConfig
53
#define CFG_HOEHENREGELUNG       0x01
54
#define CFG_HOEHENREGELUNG       0x01
54
#define CFG_HOEHEN_SCHALTER      0x02
55
#define CFG_HOEHEN_SCHALTER      0x02
Line 202... Line 203...
202
        unsigned char J17Timing;              // for the J17 Output
203
        unsigned char J17Timing;              // for the J17 Output
203
        // seit version V0.75c
204
        // seit version V0.75c
204
        unsigned char WARN_J16_Bitmask;       // for the J16 Output
205
        unsigned char WARN_J16_Bitmask;       // for the J16 Output
205
        unsigned char WARN_J17_Bitmask;       // for the J17 Output
206
        unsigned char WARN_J17_Bitmask;       // for the J17 Output
206
        //---NaviCtrl---------------------------------------------
207
        //---NaviCtrl---------------------------------------------
-
 
208
        unsigned char NaviOut1Parameter;      // for the J16 Output
207
        unsigned char NaviGpsModeControl;     // Parameters for the Naviboard
209
        unsigned char NaviGpsModeControl;     // Parameters for the Naviboard
208
        unsigned char NaviGpsGain;
210
        unsigned char NaviGpsGain;
209
        unsigned char NaviGpsP;
211
        unsigned char NaviGpsP;
210
        unsigned char NaviGpsI;
212
        unsigned char NaviGpsI;
211
        unsigned char NaviGpsD;
213
        unsigned char NaviGpsD;