Rev 2346 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2346 | Rev 2384 | ||
---|---|---|---|
Line 21... | Line 21... | ||
21 | extern volatile unsigned char SendSPI, ServoActive, CalculateServoSignals; |
21 | extern volatile unsigned char SendSPI, ServoActive, CalculateServoSignals; |
22 | extern volatile int16_t ServoNickValue; |
22 | extern volatile int16_t ServoNickValue; |
23 | extern volatile int16_t ServoRollValue; |
23 | extern volatile int16_t ServoRollValue; |
24 | extern signed int NickServoValue; |
24 | extern signed int NickServoValue; |
25 | extern unsigned char JustMK3MagConnected; |
25 | extern unsigned char JustMK3MagConnected; |
- | 26 | extern volatile int16_t ServoPanValue; // MartinR : für PAN-Funktion |
|
- | 27 | extern signed char cosinus, sinus; // MartinR : extern für PAN-Funktion |