Rev 1134 | Details | Compare with Previous | 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 | |||
1139 | thjac | 14 | extern void altcon_init( void ); |
1134 | thjac | 15 | extern void altcon_start( void ); |
16 | extern void altcon_lock( void ); |
||
17 | extern void altcon_stop( void ); |
||
18 | extern int altcon_error( void ); |
||
19 | |||
20 | #endif // ALTCON_H |