Subversion Repositories FlightCtrl

Rev

Rev 1122 | Blame | Compare with Previous | Last modification | View Log | RSS feed

/* pitch.h
 */

 
#ifndef _PITCH_H
#define _PITCH_H

extern int  pressureOffset;
extern char pitchNeutralStartup;

#define pitchNeutral()  ( pitchNeutralStartup | PARAM_PITCH_NEUTRAL )

int  pitch( void );
int  altitudeController( void );

#endif