Subversion Repositories FlightCtrl

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1134 thjac 1
/* altcon.h
2
 *
3
 * Copyright 2009 Thomas Jachmann
4
 */
5
 
6
#ifndef ALTCON_H
7
#define ALTCON_H
8
 
9
#define altcon_avgerror()       averageN
10
 
11
extern int      pressureOffset;
12
extern int      averageN;
13
 
14
extern void altcon_start( void );
15
extern void altcon_lock( void );
16
extern void altcon_stop( void );
17
extern int altcon_error( void );
18
 
19
#endif // ALTCON_H