Subversion Repositories FlightCtrl

Rev

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

Rev 1179 Rev 1180
Line 1... Line 1...
1
#ifndef _TIMER2_H
1
#ifndef _TIMER2_H
2
#define _TIMER2_H
2
#define _TIMER2_H
Line 3... Line 3...
3
 
3
 
Line -... Line 4...
-
 
4
#include <inttypes.h>
4
#include <inttypes.h>
5
 
Line 5... Line 6...
5
 
6
extern volatile int16_t ServoNickValue;
6
extern volatile int16_t ServoValue;
-
 
7
 
-
 
-
 
7
extern volatile int16_t ServoRollValue;
-
 
8
 
Line 8... Line 9...
8
void TIMER2_Init(void);
9
void TIMER2_Init(void);