Rev 762 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 762 | Rev 898 | ||
---|---|---|---|
Line 75... | Line 75... | ||
75 | 75 | ||
Line 76... | Line 76... | ||
76 | 76 | ||
77 | extern int16_t Poti1, Poti2, Poti3, Poti4, Poti5, Poti6, Poti7, Poti8; |
77 | extern int16_t Poti1, Poti2, Poti3, Poti4, Poti5, Poti6, Poti7, Poti8; |
Line 78... | Line 78... | ||
78 | 78 | ||
79 | // setpoints for motors |
79 | // setpoints for motors |
80 | extern volatile uint8_t Motor_Front, Motor_Rear, Motor_Right, Motor_Left; //used by twimaster isr |
80 | extern volatile uint8_t Motor_FrontLeft, Motor_FrontRight, Motor_RearLeft, Motor_RearRight, Motor_Right, Motor_Left; //used by twimaster isr |
81 | 81 |