Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 941 → Rev 942

/branches/V0.70d CRK HexaLotte/timer2.h
0,0 → 1,13
#ifndef _TIMER2_H
#define _TIMER2_H
 
#include <inttypes.h>
 
extern volatile uint16_t ServoValue;
 
void TIMER2_Init(void);
 
 
 
#endif //_TIMER2_H