Subversion Repositories FlightCtrl

Rev

Rev 1974 | 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
void timer2_init(void);
1974 - 7
void calculateServoValues(void);
1612 dongfang 8
#endif //_TIMER2_H
9