Rev 942 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 942 | Rev 943 | ||
---|---|---|---|
Line 95... | Line 95... | ||
95 | 95 | ||
Line 96... | Line 96... | ||
96 | 96 | ||
- | 97 | extern int16_t Poti1, Poti2, Poti3, Poti4, Poti5, Poti6, Poti7, Poti8; |
|
- | 98 | ||
- | 99 | // setpoints for motors |
|
97 | extern int16_t Poti1, Poti2, Poti3, Poti4, Poti5, Poti6, Poti7, Poti8; |
100 | #ifdef HEXAKOPTER |
- | 101 | extern volatile uint8_t Motor_FrontLeft, Motor_FrontRight, Motor_RearLeft, Motor_RearRight, Motor_Right, Motor_Left; |
|
Line 98... | Line 102... | ||
98 | 102 | #else |
|
99 | // setpoints for motors |
103 | extern volatile uint8_t Motor_Front, Motor_Rear, Motor_Right, Motor_Left; //used by twimaster isr |
100 | extern volatile uint8_t Motor_Front, Motor_Rear, Motor_Right, Motor_Left; //used by twimaster isr |
104 | #endif |
101 | 105 |