Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1121 → Rev 1122

/branches/thjac/V1_10/altcon.h
0,0 → 1,19
/* altcon.h
*
* Copyright 2009 Thomas Jachmann
*/
 
#ifndef ALTCON_H
#define ALTCON_H
 
#define altcon_avgerror() averageN
 
extern int pressureOffset;
extern int averageN;
 
extern void altcon_start( void );
extern void altcon_lock( void );
extern void altcon_stop( void );
extern int altcon_error( void );
 
#endif // ALTCON_H