Subversion Repositories FlightCtrl

Rev

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

#ifndef _TIMER2_H
#define _TIMER2_H

#include <inttypes.h>

extern volatile int16_t ServoNickValue;
extern volatile int16_t ServoRollValue;

void timer2_init(void);
#endif //_TIMER2_H