Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 762 → Rev 898

/branches/V0.68d CRK HexaLotte/fc.h
77,7 → 77,7
extern int16_t Poti1, Poti2, Poti3, Poti4, Poti5, Poti6, Poti7, Poti8;
 
// setpoints for motors
extern volatile uint8_t Motor_Front, Motor_Rear, Motor_Right, Motor_Left; //used by twimaster isr
extern volatile uint8_t Motor_FrontLeft, Motor_FrontRight, Motor_RearLeft, Motor_RearRight, Motor_Right, Motor_Left; //used by twimaster isr
 
// current stick values
extern int16_t StickPitch, StickRoll, StickYaw;