Subversion Repositories FlightCtrl

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1233 thjac 1
/* pitch_md.h
2
 *
3
 * Copyright 2009 Thoams Jachmann
4
 */
5
 
6
#ifndef PITCH_MD_H
7
#define PITCH_MD_H
8
 
9
#define pitch_hoverValue()      pitchHover
10
#define pitch_neutralDiffMD()   pitchNeutralDiffMD
11
 
12
extern void     pitch_md_init( void );
13
extern int      pitch_md_value( void );
14
 
15
extern char     pitchHover;
16
extern char     pitchNeutralDiffMD;
17
 
18
#endif // PITCH_MD_H