Subversion Repositories FlightCtrl

Rev

Rev 935 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 935 Rev 936
1
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2
// Testmodi
-
 
3
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-
 
4
#define MOTOR_OFF       0
-
 
5
 
-
 
6
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-
 
7
// Abstimmung
2
// Abstimmung
8
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
9
#define ACC_AMPLIFY    12
4
#define ACC_AMPLIFY    12
10
#define FACTOR_I   0.0001
5
#define FACTOR_I   0.0001
11
 
6
 
12
 
7
 
13
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
8
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
14
// Debug-Interface
9
// Debug-Interface
15
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
10
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
16
#define SIO_DEBUG               1   // Soll der Debugger aktiviert sein?
11
#define SIO_DEBUG               1   // Soll der Debugger aktiviert sein?
17
#define MIN_DEBUG_INTERVALL   250   // in diesem Intervall werden Degugdaten ohne Aufforderung gesendet
12
#define MIN_DEBUG_INTERVALL   250   // in diesem Intervall werden Degugdaten ohne Aufforderung gesendet
18
 
13
 
19
 
14
 
20
// +++++++++++++++++++++++++++++++
15
// +++++++++++++++++++++++++++++++
21
// + Getestete Settings:
16
// + Getestete Settings:
22
// +++++++++++++++++++++++++++++++
17
// +++++++++++++++++++++++++++++++
23
// Setting: Kamera
18
// Setting: Kamera
24
// Stick_P:3
19
// Stick_P:3
25
// Stick_D:0
20
// Stick_D:0
26
// Gyro_P: 175
21
// Gyro_P: 175
27
// Gyro_I: 175
22
// Gyro_I: 175
28
// Ki_Anteil: 10
23
// Ki_Anteil: 10
29
// +++++++++++++++++++++++++++++++
24
// +++++++++++++++++++++++++++++++
30
// + Getestete Settings:
25
// + Getestete Settings:
31
// +++++++++++++++++++++++++++++++
26
// +++++++++++++++++++++++++++++++
32
// Setting: Normal
27
// Setting: Normal
33
// Stick_P:2
28
// Stick_P:2
34
// Stick_D:8
29
// Stick_D:8
35
// Gyro_P: 80
30
// Gyro_P: 80
36
// Gyro_I: 150
31
// Gyro_I: 150
37
// Ki_Anteil: 5
32
// Ki_Anteil: 5
38
 
33
 
39
 
34