Subversion Repositories FlightCtrl

Rev

Rev 1134 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1134 Rev 1157
Line 29... Line 29...
29
extern volatile int  KompassRichtung;
29
extern volatile int  KompassRichtung;
30
extern long  ErsatzKompass;
30
extern long  ErsatzKompass;
31
extern int   ErsatzKompassInGrad; // Kompasswert in Grad
31
extern int   ErsatzKompassInGrad; // Kompasswert in Grad
32
extern int HoehenWert;
32
extern int HoehenWert;
33
extern int SollHoehe;
33
extern int SollHoehe;
-
 
34
extern unsigned char MAX_GAS, MIN_GAS;
34
extern volatile int MesswertNick,MesswertRoll,MesswertGier;
35
extern volatile int MesswertNick,MesswertRoll,MesswertGier;
35
extern int AdNeutralNick,AdNeutralRoll,AdNeutralGier, Mittelwert_AccNick, Mittelwert_AccRoll;
36
extern int AdNeutralNick,AdNeutralRoll,AdNeutralGier, Mittelwert_AccNick, Mittelwert_AccRoll;
36
extern int NeutralAccX, NeutralAccY,Mittelwert_AccHoch;
37
extern int NeutralAccX, NeutralAccY,Mittelwert_AccHoch;
37
extern volatile float NeutralAccZ;
38
extern volatile float NeutralAccZ;
38
extern long Umschlag180Nick, Umschlag180Roll;
39
extern long Umschlag180Nick, Umschlag180Roll;