Subversion Repositories FlightCtrl

Rev

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

Rev 459 Rev 501
Line 48... Line 48...
48
 
48
 
49
long GPS_Positionsabweichung_North = 0;
49
long GPS_Positionsabweichung_North = 0;
50
long GPS_Positionsabweichung_East = 0;
50
long GPS_Positionsabweichung_East = 0;
51
long GPS_Geschwindigkeit_North = 0;
51
long GPS_Geschwindigkeit_North = 0;
52
long GPS_Geschwindigkeit_East = 0;
52
long GPS_Geschwindigkeit_East = 0;
53
signed int GPS_StickSense = 12;
53
signed int GPS_StickSense = 15;
54
long P_Einfluss_North = 0;
54
long P_Einfluss_North = 0;
55
long D_Einfluss_North = 0;
55
long D_Einfluss_North = 0;
56
long P_Einfluss_East = 0;
56
long P_Einfluss_East = 0;