Subversion Repositories FlightCtrl

Rev

Rev 1179 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1179 Rev 1180
1
#ifndef _TIMER2_H
1
#ifndef _TIMER2_H
2
#define _TIMER2_H
2
#define _TIMER2_H
3
 
3
 
4
#include <inttypes.h>
4
#include <inttypes.h>
-
 
5
 
5
 
6
extern volatile int16_t ServoNickValue;
6
extern volatile int16_t ServoValue;
7
extern volatile int16_t ServoRollValue;
7
 
-
 
8
void TIMER2_Init(void);
-
 
-
 
8
 
-
 
9
void TIMER2_Init(void);
9
 
10
void Servo_On(void);
10
 
11
void Servo_Off(void);
11
 
12
 
12
#endif //_TIMER2_H
13
#endif //_TIMER2_H
13
 
14
 
14
 
15