Subversion Repositories FlightCtrl

Rev

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

Rev 2386 Rev 2627
Line 8... Line 8...
8
void TIMER2_Init(void);
8
void TIMER2_Init(void);
9
void Delay_ms(unsigned int);
9
void Delay_ms(unsigned int);
10
void Delay_ms_Mess(unsigned int);
10
void Delay_ms_Mess(unsigned int);
11
unsigned int SetDelay (unsigned int t);
11
unsigned int SetDelay (unsigned int t);
12
char CheckDelay (unsigned int t);
12
char CheckDelay (unsigned int t);
13
void CalculateServo(void);
13
void CalculateServo(unsigned char init);
14
void CalcNickServoValue(void);
14
void CalcNickServoValue(void);
Line 15... Line 15...
15
 
15
 
16
extern volatile unsigned int CountMilliseconds;
16
extern volatile unsigned int CountMilliseconds;
17
extern volatile unsigned char UpdateMotor;
17
extern volatile unsigned char UpdateMotor;