Subversion Repositories FlightCtrl

Rev

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

Rev Author Line No. Line
1910 - 1
#ifndef _TIMER2_H
2
#define _TIMER2_H
3
 
4
#include <inttypes.h>
5
 
2099 - 6
extern volatile int16_t ServoNickValue;
7
extern volatile int16_t ServoRollValue;
8
 
1910 - 9
void timer2_init(void);
10
#endif //_TIMER2_H
11