Subversion Repositories FlightCtrl

Rev

Rev 1179 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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