Subversion Repositories FlightCtrl

Rev

Rev 886 | 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
 
6
extern volatile int16_t ServoValue;
7
extern void TIMER2_Init(void);
8
 
9
 
10
 
11
#endif //_TIMER2_H
12