Rev 712 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 712 | Rev 761 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | #define _RC_H |
2 | #define _RC_H |
Line 3... | Line 3... | ||
3 | 3 | ||
Line 4... | Line 4... | ||
4 | #include <inttypes.h> |
4 | #include <inttypes.h> |
5 | 5 | ||
6 | extern void RC_Init (void); |
6 | extern void RC_Init (void); |
7 | extern volatile int16_t PPM_in[11]; // the RC-Signal |
7 | extern volatile int16_t PPM_in[15]; // the RC-Signal |
8 | extern volatile int16_t PPM_diff[11]; // the differentiated RC-Signal |
8 | extern volatile int16_t PPM_diff[15]; // the differentiated RC-Signal |
Line 9... | Line 9... | ||
9 | extern volatile uint8_t NewPpmData; |
9 | extern volatile uint8_t NewPpmData; |