Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1226 → Rev 1227

/branches/V0.74d Code Redesign killagreg/timer2.h
0,0 → 1,14
#ifndef _TIMER2_H
#define _TIMER2_H
 
#include <inttypes.h>
 
extern volatile int16_t ServoNickValue;
extern volatile int16_t ServoRollValue;
 
void TIMER2_Init(void);
void Servo_On(void);
void Servo_Off(void);
 
#endif //_TIMER2_H