Subversion Repositories FlightCtrl

Rev

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

Rev 1936 Rev 1940
Line 54... Line 54...
54
//BitConfig
54
//BitConfig
55
#define CFG_LOOP_OBEN            0x01
55
#define CFG_LOOP_OBEN            0x01
56
#define CFG_LOOP_UNTEN           0x02
56
#define CFG_LOOP_UNTEN           0x02
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_BLINK1         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_MOTOR_BLINK2         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