Subversion Repositories FlightCtrl

Rev

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

Rev 966 Rev 973
Line 11... Line 11...
11
are not written by Michael Walter are under the license by H. Buss and I. Busker (license_buss.txt) published by www.mikrokopter.de
11
are not written by Michael Walter are under the license by H. Buss and I. Busker (license_buss.txt) published by www.mikrokopter.de
12
unless it is stated otherwise.
12
unless it is stated otherwise.
13
*/
13
*/
Line 14... Line 14...
14
 
14
 
15
extern int UBat;
-
 
16
extern int  AdWertNick, AdWertRoll, AdWertGier;
-
 
17
extern int  AdWertAccRoll,AdWertAccNick,AdWertAccHoch;
15
extern int UBat;
-
 
16
extern int  AdWertNick_Raw, AdWertRoll_Raw, AdWertGier_Raw;
18
extern int  AdWertNick_Raw, AdWertRoll_Raw, AdWertGier_Raw;
17
extern int  AdWertAccRoll,AdWertAccNick,AdWertAccHoch;
19
extern int  AdWertAccHoch_Raw, AdWertAccRoll_Raw,AdWertAccNick_Raw, AdWertAccHoch_Raw;
18
extern int  AdWertAccHoch_Raw, AdWertAccRoll_Raw,AdWertAccNick_Raw, AdWertAccHoch_Raw;
20
extern int AccumulatedACC_X, AccumulatedACC_Y, AccumulatedACC_Z;
19
extern int AccumulatedACC_X, AccumulatedACC_Y, AccumulatedACC_Z;
21
extern int AccumulatedACC_X_cnt, AccumulatedACC_Y_cnt, AccumulatedACC_Z_cnt;
20
extern int AccumulatedACC_X_cnt, AccumulatedACC_Y_cnt, AccumulatedACC_Z_cnt;
22
extern int AccumulatedRoll_X, AccumulatedRoll_Y, AccumulatedRoll_Z, AccumulatedAirPressure;
21
extern int AccumulatedRoll, AccumulatedNick, AccumulatedGier, AccumulatedAirPressure;
23
extern int AccumulatedRoll_X_cnt, AccumulatedRoll_Y_cnt, AccumulatedRoll_Z_cnt, AccumulatedAirPressure_cnt;
22
extern int AccumulatedRoll_cnt, AccumulatedNick_cnt, AccumulatedGier_cnt, AccumulatedAirPressure_cnt;
Line 24... Line 23...
24
extern unsigned int AdWertAirPressure_Raw;
23
extern unsigned int AdWertAirPressure_Raw;
25
 
24