Subversion Repositories FlightCtrl

Rev

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

Rev 711 Rev 712
Line 64... Line 64...
64
 
64
 
65
// external control
65
// external control
Line 66... Line 66...
66
extern int16_t ExternStickPitch, ExternStickRoll, ExternStickYaw;
66
extern int16_t ExternStickPitch, ExternStickRoll, ExternStickYaw;
67
 
67
 
68
 
68
 
69
void MotorRegler(void);
69
void MotorControl(void);
70
void SendMotorData(void);
70
void SendMotorData(void);
71
void CalibMean(void);
71
void CalibMean(void);