Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
1122 |
thjac |
1 |
/* pitch_neutral.h |
|
|
2 |
* |
|
|
3 |
* copyright 2009 Thoams Jachmann |
|
|
4 |
*/ |
|
|
5 |
|
|
|
6 |
#ifndef _PITCH_NEUTRAL_H |
|
|
7 |
#define _PITCH_NEUTRAL_H |
|
|
8 |
|
|
|
9 |
extern void pitch_neutral_init( void ); |
|
|
10 |
extern int pitch_neutral_value( void ); |
|
|
11 |
|
|
|
12 |
#endif // PITCH_NEUTRAL_H |