Subversion Repositories FlightCtrl

Rev

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

Rev 1209 Rev 1211
Line 52... Line 52...
52
void SendMotorData(void);
52
void SendMotorData(void);
53
void CalibrierMittelwert(void);
53
void CalibrierMittelwert(void);
54
void Mittelwert(void);
54
void Mittelwert(void);
55
void SetNeutral(void);
55
void SetNeutral(void);
56
void Piep(unsigned char Anzahl);
56
void Piep(unsigned char Anzahl);
57
extern void DefaultKonstanten(void);
-
 
58
void DefaultKonstanten1(void);
-
 
59
void DefaultKonstanten2(void);
-
 
Line 60... Line 57...
60
 
57
 
61
extern unsigned char h,m,s;
58
extern unsigned char h,m,s;
62
extern volatile unsigned char Timeout ;
59
extern volatile unsigned char Timeout ;
63
extern unsigned char CosinusNickWinkel, CosinusRollWinkel;
60
extern unsigned char CosinusNickWinkel, CosinusRollWinkel;
Line 69... Line 66...
69
extern unsigned char RequiredMotors;
66
extern unsigned char RequiredMotors;
70
extern int StickNick,StickRoll,StickGier;
67
extern int StickNick,StickRoll,StickGier;
71
extern char MotorenEin;
68
extern char MotorenEin;
72
extern void DefaultKonstanten1(void);
69
extern void DefaultKonstanten1(void);
73
extern void DefaultKonstanten2(void);
70
extern void DefaultKonstanten2(void);
-
 
71
extern void DefaultKonstanten3(void);
-
 
72
extern void DefaultStickMapping(void);
Line 74... Line 73...
74
 
73
 
75
#define  STRUCT_PARAM_LAENGE  sizeof(EE_Parameter) 
74
#define  STRUCT_PARAM_LAENGE  sizeof(EE_Parameter) 
76
struct mk_param_struct
75
struct mk_param_struct
77
 {
76
 {
Line 154... Line 153...
154
 };
153
 };
Line 155... Line 154...
155
 
154
 
156
 
155
 
-
 
156
struct
157
struct
157
  {
158
  {
158
    char Revision;
159
    char Name[12];
159
    char Name[12];
Line 160... Line 160...
160
    signed char Motor[16][4];
160
    signed char Motor[16][4];