Subversion Repositories FlightCtrl

Rev

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

Rev 205 Rev 235
Line 27... Line 27...
27
void MotorRegler(void);
27
void MotorRegler(void);
28
void SendMotorData(void);
28
void SendMotorData(void);
29
void CalibrierMittelwert(void);
29
void CalibrierMittelwert(void);
30
void Mittelwert(void);
30
void Mittelwert(void);
31
void SetNeutral(void);
31
void SetNeutral(void);
-
 
32
void Piep(unsigned char Anzahl);
-
 
33
void DefaultKonstanten1(void);
-
 
34
void DefaultKonstanten2(void);
Line 32... Line 35...
32
 
35
 
33
unsigned char h,m,s;
36
unsigned char h,m,s;
34
volatile unsigned char Timeout ;
37
volatile unsigned char Timeout ;
35
unsigned char CosinusNickWinkel, CosinusRollWinkel;
38
unsigned char CosinusNickWinkel, CosinusRollWinkel;