Rev 886 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 886 | Rev 903 | ||
---|---|---|---|
Line 87... | Line 87... | ||
87 | 87 | ||
Line 88... | Line 88... | ||
88 | 88 | ||
- | 89 | extern int16_t Poti1, Poti2, Poti3, Poti4, Poti5, Poti6, Poti7, Poti8; |
|
- | 90 | ||
- | 91 | // setpoints for motors |
|
89 | extern int16_t Poti1, Poti2, Poti3, Poti4, Poti5, Poti6, Poti7, Poti8; |
92 | #ifdef HEXAKOPTER |
- | 93 | extern volatile uint8_t Motor_FrontLeft, Motor_FrontRight, Motor_RearLeft, Motor_RearRight, Motor_Right, Motor_Left; |
|
Line 90... | Line 94... | ||
90 | 94 | #else |
|
91 | // setpoints for motors |
95 | extern volatile uint8_t Motor_Front, Motor_Rear, Motor_Right, Motor_Left; //used by twimaster isr |
92 | extern volatile uint8_t Motor_Front, Motor_Rear, Motor_Right, Motor_Left; //used by twimaster isr |
96 | #endif |
93 | 97 |