Subversion Repositories FlightCtrl

Rev

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

Rev 2091 Rev 2146
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        90 // is count up, if paramater stucture has changed (compatibility)
7
#define EEPARAM_REVISION        91 // 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 44... Line 44...
44
 
44
 
45
//GlobalConfig3
45
//GlobalConfig3
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
-
 
49
#define CFG3_MOTOR_SWITCH_MODE   0x08
Line 48... Line 50...
48
#define CFG3_VARIO_FAILSAFE      0x04
50
#define CFG3_NO_GPSFIX_NO_START  0x10
49
 
51
 
50
//GlobalConfig
52
//GlobalConfig
51
#define CFG_HOEHENREGELUNG       0x01
53
#define CFG_HOEHENREGELUNG       0x01