Rev 270 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 270 | Rev 271 | ||
---|---|---|---|
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 | extern void DefaultKonstanten(void); |
|
- | 34 | void DefaultKonstanten1(void); |
|
- | 35 | void DefaultKonstanten2(void); |
|
Line 32... | Line 36... | ||
32 | 36 | ||
33 | unsigned char h,m,s; |
37 | extern unsigned char h,m,s; |
34 | volatile unsigned char Timeout ; |
38 | extern volatile unsigned char Timeout ; |
35 | unsigned char CosinusNickWinkel, CosinusRollWinkel; |
39 | extern unsigned char CosinusNickWinkel, CosinusRollWinkel; |
36 | volatile long IntegralNick,IntegralNick2; |
40 | extern volatile long IntegralNick,IntegralNick2; |
37 | volatile long IntegralRoll,IntegralRoll2; |
41 | extern volatile long IntegralRoll,IntegralRoll2; |
38 | volatile long Integral_Gier; |
42 | extern volatile long Integral_Gier; |
39 | volatile long Mess_IntegralNick,Mess_IntegralNick2; |
43 | extern volatile long Mess_IntegralNick,Mess_IntegralNick2; |
40 | volatile long Mess_IntegralRoll,Mess_IntegralRoll2; |
44 | extern volatile long Mess_IntegralRoll,Mess_IntegralRoll2; |
41 | volatile long Mess_Integral_Gier; |
45 | extern volatile long Mess_Integral_Gier; |
42 | volatile int DiffNick,DiffRoll; |
46 | extern volatile int DiffNick,DiffRoll; |
43 | extern int Poti1, Poti2, Poti3, Poti4; |
47 | extern int Poti1, Poti2, Poti3, Poti4; |
44 | volatile unsigned char Motor_Vorne,Motor_Hinten,Motor_Rechts,Motor_Links, Count; |
48 | extern volatile unsigned char Motor_Vorne,Motor_Hinten,Motor_Rechts,Motor_Links, Count; |
45 | unsigned char MotorWert[5]; |
49 | extern unsigned char MotorWert[5]; |
46 | volatile unsigned char SenderOkay; |
50 | extern volatile unsigned char SenderOkay; |
47 | int StickNick,StickRoll,StickGier; |
51 | extern int StickNick,StickRoll,StickGier; |
48 | char MotorenEin; |
- | |
- | 52 | extern char MotorenEin; |
|
Line 49... | Line 53... | ||
49 | extern void DefaultKonstanten(void); |
53 | |
50 | 54 | ||
51 | #define STRUCT_PARAM_LAENGE 58 |
55 | #define STRUCT_PARAM_LAENGE 58 |
52 | struct mk_param_struct |
56 | struct mk_param_struct |