Subversion Repositories FlightCtrl

Rev

Rev 687 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 687 Rev 690
Line 1... Line 1...
1
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2
// Testmodi
2
// Testmodi
3
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
4
#define MOTOR_OFF       0
4
#define MOTOR_OFF       0
5
#define MOTOR_TEST      0
-
 
Line 6... Line 5...
6
 
5
 
7
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
6
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
8
// Abstimmung
7
// Abstimmung
9
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
8
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
10
#define ACC_AMPLIFY    12
-
 
11
#define FAKTOR_P   1
9
#define ACC_AMPLIFY    12
Line 12... Line 10...
12
#define FAKTOR_I   0.0001
10
#define FAKTOR_I   0.0001
13
 
11