Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1067 → Rev 1068

/branches/thjac/V1_00/pitch.h
0,0 → 1,12
/* pitch.h
*/
#ifndef _PITCH_H
#define _PITCH_H
 
extern int pressureOffset;
 
int pitch( void );
int altitudeController( void );
 
#endif