Subversion Repositories FlightCtrl

Rev

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

Rev 684 Rev 685
1
#ifndef _TIMER2_H
1
#ifndef _TIMER2_H
2
#define _TIMER2_H
2
#define _TIMER2_H
3
 
3
 
-
 
4
#include <inttypes.h>
4
extern int16_t ServoValue;
5
 
5
 
6
extern volatile int16_t ServoValue;
6
void TIMER2_Init(void);
7
extern void TIMER2_Init(void);
7
 
8
 
8
 
9
 
9
 
10
 
10
#endif //_TIMER2_H
11
#endif //_TIMER2_H
11
 
12
 
12
 
13