Subversion Repositories FlightCtrl

Rev

Rev 1134 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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