Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
1227 |
killagreg |
1 |
#ifndef _TIMER2_H |
|
|
2 |
#define _TIMER2_H |
|
|
3 |
|
|
|
4 |
#include <inttypes.h> |
|
|
5 |
|
|
|
6 |
extern volatile int16_t ServoNickValue; |
|
|
7 |
extern volatile int16_t ServoRollValue; |
|
|
8 |
|
|
|
9 |
void TIMER2_Init(void); |
|
|
10 |
void Servo_On(void); |
|
|
11 |
void Servo_Off(void); |
|
|
12 |
|
|
|
13 |
#endif //_TIMER2_H |
|
|
14 |
|