Subversion Repositories FlightCtrl

Rev

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

Rev 1855 Rev 1861
Line 18... Line 18...
18
#define FC_STATUS_EMERGENCY_LANDING             0x10
18
#define FC_STATUS_EMERGENCY_LANDING             0x10
19
#define FC_STATUS_LOWBAT                                0x20
19
#define FC_STATUS_LOWBAT                                0x20
20
#define FC_STATUS_VARIO_TRIM_UP                 0x40
20
#define FC_STATUS_VARIO_TRIM_UP                 0x40
21
#define FC_STATUS_VARIO_TRIM_DOWN               0x80
21
#define FC_STATUS_VARIO_TRIM_DOWN               0x80
Line -... Line 22...
-
 
22
 
-
 
23
// FC STATUS FLAGS2
-
 
24
#define FC_STATUS2_CAREFREE                 0x01
-
 
25
#define FC_STATUS2_ALTITUDE_CONTROL         0x02
22
 
26
 
Line 23... Line 27...
23
extern volatile unsigned char FC_StatusFlags;
27
extern volatile unsigned char FC_StatusFlags, FC_StatusFlags2;
24
 
28
 
25
#define Poti1 Poti[0]
29
#define Poti1 Poti[0]
26
#define Poti2 Poti[1]
30
#define Poti2 Poti[1]