Subversion Repositories FlightCtrl

Rev

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

Rev Author Line No. Line
1612 dongfang 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);
1974 - 10
void calculateServoValues(void);
1612 dongfang 11
#endif //_TIMER2_H
12