Subversion Repositories FlightCtrl

Rev

Rev 1887 | Rev 1967 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1887 Rev 1908
Line 1... Line 1...
1
#ifndef _TIMER0_H
1
#ifndef _TIMER0_H
2
#define _TIMER0_H
2
#define _TIMER0_H
Line 3... Line 3...
3
 
3
 
Line -... Line 4...
-
 
4
#include <inttypes.h>
-
 
5
 
-
 
6
#define BEEP_MODULATION_NONE 0xFFFF
-
 
7
#define BEEP_MODULATION_RCALARM 0x0C00
-
 
8
#define BEEP_MODULATION_I2CALARM 0x0080
-
 
9
#define BEEP_MODULATION_BATTERYALARM 0x0300
4
#include <inttypes.h>
10
#define BEEP_MODULATION_EEPROMALARM 0x0007
5
 
11
 
6
extern volatile uint16_t millisecondsCount;
12
extern volatile uint16_t millisecondsCount;
7
extern volatile uint8_t  runFlightControl;
13
extern volatile uint8_t  runFlightControl;
8
extern volatile uint16_t cntKompass;
14
extern volatile uint16_t cntKompass;