Subversion Repositories FlightCtrl

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1263 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()       altconN
10
 
11
extern int      altconN;
12
 
13
extern void altcon_init( void );
14
extern void altcon_start( void );
15
extern void altcon_lock( void );
16
extern void altcon_inc( unsigned char count );
17
extern void altcon_stop( void );
18
extern int altcon_error( void );
19
 
20
#endif // ALTCON_H