Subversion Repositories FlightCtrl

Rev

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

Rev 2488 Rev 2496
Line 61... Line 61...
61
volatile int PPM_in[MAX_RC_IN];
61
volatile int PPM_in[MAX_RC_IN];
62
volatile int PPM_diff[MAX_RC_IN];  // das differnzierte Stick-Signal
62
volatile int PPM_diff[MAX_RC_IN];  // das differnzierte Stick-Signal
63
volatile char Channels,tmpChannels = 0;
63
volatile char Channels,tmpChannels = 0;
64
volatile unsigned char NewPpmData = 1;
64
volatile unsigned char NewPpmData = 1;
65
unsigned int PPM_Neutral = 466;
65
unsigned int PPM_Neutral = 466;
-
 
66
signed int ChannelNick,ChannelRoll,ChannelGas,ChannelYaw;
Line 66... Line 67...
66
 
67
 
67
//############################################################################
68
//############################################################################
68
// Clear the values
69
// Clear the values
69
void rc_sum_init(void)
70
void rc_sum_init(void)