Subversion Repositories FlightCtrl

Rev

Blame | Last modification | View Log | RSS feed

/* pitch.h
 */

 
#ifndef _PITCH_H
#define _PITCH_H

extern int pressureOffset;

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

#endif