Subversion Repositories FlightCtrl

Rev

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

Rev 1916 Rev 1921
Line 57... Line 57...
57
#define CFG_LOOP_LINKS           0x04
57
#define CFG_LOOP_LINKS           0x04
58
#define CFG_LOOP_RECHTS          0x08
58
#define CFG_LOOP_RECHTS          0x08
59
#define CFG_MOTOR_BLINK          0x10
59
#define CFG_MOTOR_BLINK          0x10
60
#define CFG_MOTOR_OFF_LED1       0x20
60
#define CFG_MOTOR_OFF_LED1       0x20
61
#define CFG_MOTOR_OFF_LED2       0x40
61
#define CFG_MOTOR_OFF_LED2       0x40
62
#define CFG_RES4                         0x80
62
//#define CFG_RES4                       0x80
Line 63... Line 63...
63
 
63
 
64
// ExtraConfig
64
// ExtraConfig
65
#define CFG2_HEIGHT_LIMIT        0x01
65
#define CFG2_HEIGHT_LIMIT        0x01
66
#define CFG2_VARIO_BEEP          0x02
66
#define CFG2_VARIO_BEEP          0x02
Line 210... Line 210...
210
        unsigned char NaviPH_LoginTime;
210
        unsigned char NaviPH_LoginTime;
211
        //---Ext.Ctrl---------------------------------------------
211
        //---Ext.Ctrl---------------------------------------------
212
        unsigned char ExternalControl;         // for serial Control
212
        unsigned char ExternalControl;         // for serial Control
213
        //---CareFree---------------------------------------------
213
        //---CareFree---------------------------------------------
214
        unsigned char OrientationAngle;        // Where is the front-direction?
214
        unsigned char OrientationAngle;        // Where is the front-direction?
215
        unsigned char OrientationModeControl;  // switch for CareFree
215
        unsigned char CareFreeModeControl;         // switch for CareFree
216
    unsigned char MotorSafetySwitch;
216
    unsigned char MotorSafetySwitch;
217
    unsigned char MotorSmooth;
217
    unsigned char MotorSmooth;
218
    unsigned char ComingHomeAltitude;
218
    unsigned char ComingHomeAltitude;
219
    unsigned char FailSafeTime;
219
    unsigned char FailSafeTime;
220
        //------------------------------------------------
220
        //------------------------------------------------