Subversion Repositories FlightCtrl

Rev

Rev 712 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 712 Rev 726
Line 72... Line 72...
72
void Mean(void);
72
void Mean(void);
73
void SetNeutral(void);
73
void SetNeutral(void);
74
void Beep(uint8_t numbeeps);
74
void Beep(uint8_t numbeeps);
Line 75... Line -...
75
 
-
 
76
 
-
 
77
//extern unsigned char h,m,s;
75
 
Line 78... Line 76...
78
 
76
 
79
extern int16_t  Poti1, Poti2, Poti3, Poti4;
77
extern int16_t  Poti1, Poti2, Poti3, Poti4;
Line -... Line 78...
-
 
78
 
80
 
79
// setpoints for motors
-
 
80
extern volatile uint8_t Motor_Front, Motor_Rear, Motor_Right, Motor_Left; //used by twimaster isr
-
 
81
 
81
// setpoints for motors
82
// current stick values
Line 82... Line 83...
82
extern volatile uint8_t Motor_Front, Motor_Rear, Motor_Right, Motor_Left; //used by twimaster isr
83
extern int16_t StickPitch, StickRoll, StickYaw;