Subversion Repositories FlightCtrl

Rev

Rev 1122 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1122 Rev 1133
Line 1... Line 1...
1
/* pitch.h
1
/* pitch.h
2
 *
-
 
3
 * copyright 2009 Thoams Jachmann
-
 
4
 */
2
 */
Line 5... Line 3...
5
 
3
 
6
#ifndef _PITCH_H
4
#ifndef _PITCH_H
Line -... Line 5...
-
 
5
#define _PITCH_H
7
#define _PITCH_H
6
 
Line 8... Line 7...
8
 
7
extern int  pressureOffset;
9
extern int (* pitch_value_ptr)( void );
-
 
Line 10... Line 8...
10
 
8
extern char pitchNeutralStartup;
-
 
9
 
Line 11... Line -...
11
// TODO Soll den Stick-Wert der Mittelstellung liefern
-
 
12
#define pitch_stickoffset()     0
-
 
13
 
10
#define pitchNeutral()  ( pitchNeutralStartup | PARAM_PITCH_NEUTRAL )