Subversion Repositories FlightCtrl

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
684 killagreg 1
#ifndef _TIMER2_H
2
#define _TIMER2_H
3
 
4
extern int16_t ServoValue;
5
 
6
void TIMER2_Init(void);
7
 
8
 
9
 
10
#endif //_TIMER2_H
11