Subversion Repositories FlightCtrl

Rev

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

Rev 2344 Rev 2380
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         95 // is count up, if paramater stucture has changed (compatibility)
7
#define EEPARAM_REVISION         96 // 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 50... Line 50...
50
#define CFG3_VARIO_FAILSAFE      0x04
50
#define CFG3_VARIO_FAILSAFE      0x04
51
#define CFG3_MOTOR_SWITCH_MODE   0x08
51
#define CFG3_MOTOR_SWITCH_MODE   0x08
52
#define CFG3_NO_GPSFIX_NO_START  0x10
52
#define CFG3_NO_GPSFIX_NO_START  0x10
53
#define CFG3_USE_NC_FOR_OUT1     0x20
53
#define CFG3_USE_NC_FOR_OUT1     0x20
54
#define CFG3_SPEAK_ALL           0x40
54
#define CFG3_SPEAK_ALL           0x40
-
 
55
#define CFG3_SERVO_NICK_COMP_OFF 0x80
Line 55... Line 56...
55
 
56
 
56
//GlobalConfig
57
//GlobalConfig
57
#define CFG_HOEHENREGELUNG       0x01
58
#define CFG_HOEHENREGELUNG       0x01
58
#define CFG_HOEHEN_SCHALTER      0x02
59
#define CFG_HOEHEN_SCHALTER      0x02