Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1907 → Rev 1908

/branches/dongfang_FC_rewrite/timer0.h
3,6 → 3,12
 
#include <inttypes.h>
 
#define BEEP_MODULATION_NONE 0xFFFF
#define BEEP_MODULATION_RCALARM 0x0C00
#define BEEP_MODULATION_I2CALARM 0x0080
#define BEEP_MODULATION_BATTERYALARM 0x0300
#define BEEP_MODULATION_EEPROMALARM 0x0007
 
extern volatile uint16_t millisecondsCount;
extern volatile uint8_t runFlightControl;
extern volatile uint16_t cntKompass;