Subversion Repositories FlightCtrl

Rev

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

Rev 761 Rev 800
Line 4... Line 4...
4
#include <inttypes.h>
4
#include <inttypes.h>
Line 5... Line 5...
5
 
5
 
6
extern void RC_Init (void);
6
extern void RC_Init (void);
7
extern volatile int16_t PPM_in[15];             // the RC-Signal
7
extern volatile int16_t PPM_in[15];             // the RC-Signal
8
extern volatile int16_t PPM_diff[15];   // the differentiated RC-Signal
8
extern volatile int16_t PPM_diff[15];   // the differentiated RC-Signal
9
extern volatile uint8_t NewPpmData;
9
extern volatile uint8_t NewPpmData;     // 0 indicates a new recieved PPM Frame
10
extern volatile uint8_t SenderOkay;     // signal level indicator
-
 
11
 
10
extern volatile uint8_t RC_Quality;     // rc signal quality indicator (0 to 200)