Subversion Repositories FlightCtrl

Rev

Rev 1134 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1134 thjac 1
/* pitch_neutral.h
2
 *
3
 * copyright 2009 Thoams Jachmann
4
 */
5
 
6
#ifndef _PITCH_NEUTRAL_H
7
#define _PITCH_NEUTRAL_H
8
 
1141 thjac 9
#define pitch_neutralDiff()     pitchNeutralDiff
10
 
11
 
1134 thjac 12
extern void     pitch_neutral_init( void );
13
extern int      pitch_neutral_value( void );
14
 
1141 thjac 15
extern char     pitchNeutralDiff;
16
 
1134 thjac 17
#endif // PITCH_NEUTRAL_H