Subversion Repositories FlightCtrl

Rev

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

Rev 1598 Rev 1600
Line 93... Line 93...
93
char IntegralFaktor,IntegralFaktorGier;
93
char IntegralFaktor,IntegralFaktorGier;
94
int  DiffNick,DiffRoll;
94
int  DiffNick,DiffRoll;
95
//int  Poti1 = 0, Poti2 = 0, Poti3 = 0, Poti4 = 0, Poti5 = 0, Poti6 = 0, Poti7 = 0, Poti8 = 0;
95
//int  Poti1 = 0, Poti2 = 0, Poti3 = 0, Poti4 = 0, Poti5 = 0, Poti6 = 0, Poti7 = 0, Poti8 = 0;
96
unsigned char Poti[9] = {0,0,0,0,0,0,0,0};
96
unsigned char Poti[9] = {0,0,0,0,0,0,0,0};
97
volatile unsigned char SenderOkay = 0;
97
volatile unsigned char SenderOkay = 0;
98
volatile unsigned char SenderRSSI = 0;
-
 
99
int StickNick = 0,StickRoll = 0,StickGier = 0,StickGas = 0;
98
int StickNick = 0,StickRoll = 0,StickGier = 0,StickGas = 0;
100
char MotorenEin = 0;
99
char MotorenEin = 0;
101
long HoehenWert = 0;
100
long HoehenWert = 0;
102
long SollHoehe = 0;
101
long SollHoehe = 0;
103
int LageKorrekturRoll = 0,LageKorrekturNick = 0;
102
int LageKorrekturRoll = 0,LageKorrekturNick = 0;