Subversion Repositories FlightCtrl

Rev

Rev 976 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 976 Rev 977
Line 52... Line 52...
52
extern unsigned char h,m,s;
52
extern unsigned char h,m,s;
53
extern volatile unsigned char Timeout ;
53
extern volatile unsigned char Timeout ;
54
extern unsigned char CosinusNickWinkel, CosinusRollWinkel;
54
extern unsigned char CosinusNickWinkel, CosinusRollWinkel;
55
extern volatile int  DiffNick,DiffRoll;
55
extern volatile int  DiffNick,DiffRoll;
56
extern int  Poti1, Poti2, Poti3, Poti4;
56
extern int  Poti1, Poti2, Poti3, Poti4;
-
 
57
#ifdef HEXAKOPTER
-
 
58
extern volatile unsigned char Motor_VorneLinks,Motor_VorneRechts,Motor_HintenLinks,Motor_HintenRechts,Motor_Rechts,Motor_Links, Count;
-
 
59
#else
57
extern volatile unsigned char Motor_Vorne,Motor_Hinten,Motor_Rechts,Motor_Links, Count;
60
extern volatile unsigned char Motor_Vorne,Motor_Hinten,Motor_Rechts,Motor_Links, Count;
-
 
61
#endif
58
extern volatile unsigned char SenderOkay;
62
extern volatile unsigned char SenderOkay;
59
extern int StickNick,StickRoll,StickGier;
63
extern int StickNick,StickRoll,StickGier;
60
extern char MotorenEin;
64
extern char MotorenEin;
61
extern void DefaultKonstanten1(void);
65
extern void DefaultKonstanten1(void);
62
extern void DefaultKonstanten2(void);
66
extern void DefaultKonstanten2(void);