Subversion Repositories FlightCtrl

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1068 thjac 1
/* pitch.h
2
 */
3
 
4
#ifndef _PITCH_H
5
#define _PITCH_H
6
 
7
extern int pressureOffset;
8
 
9
int  pitch( void );
10
int  altitudeController( void );
11
 
12
#endif