Rev 688 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 688 | Rev 690 | ||
---|---|---|---|
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 | - | ||
6 | extern void rc_sum_init (void); |
5 | |
7 | 6 | extern void rc_sum_init (void); |
|
8 | extern volatile int16_t PPM_in[11]; // the RC-Signal |
7 | extern volatile int16_t PPM_in[11]; // the RC-Signal |
9 | extern volatile int16_t PPM_diff[11]; // the differentiated RC-Signal |
8 | extern volatile int16_t PPM_diff[11]; // the differentiated RC-Signal |