Subversion Repositories FlightCtrl

Rev

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

Rev 1171 Rev 1175
Line 44... Line 44...
44
unsigned int DebugDataIntervall = 200, Intervall3D = 0;
44
unsigned int DebugDataIntervall = 200, Intervall3D = 0;
Line 45... Line 45...
45
 
45
 
46
const unsigned char ANALOG_TEXT[32][16] =
46
const unsigned char ANALOG_TEXT[32][16] =
47
{
47
{
48
   //1234567890123456
48
   //1234567890123456
49
    "IntegralNick    ", //0
49
    "AngleNick       ", //0
50
    "IntegralRoll    ",
50
    "AngleRoll       ",
51
    "AccNick         ",
51
    "AccNick         ",
52
    "AccRoll         ",
52
    "AccRoll         ",
53
    "GyroGier        ",
53
    "GyroGier        ",
54
    "HoehenWert      ", //5
54
    "Hight Value     ", //5
55
    "AccZ            ",
55
    "AccZ            ",
56
    "Gas             ",
56
    "Gas             ",
57
    "KompassValue    ",
57
    "Compass Value   ",
58
    "Spannung        ",
58
    "Voltage         ",
59
    "Empfang         ", //10
59
    "Empfang         ", //10
60
    "Ersatzkompass   ",
60
    "Gyro Kompass    ",
61
    "Motor_Vorne     ",
61
    "Motor Front     ",
62
    "Motor_Hinten    ",
62
    "Motor Rear      ",
63
    "Motor_Links     ",
63
    "Motor Left      ",
-
 
64
    "Motor Right     ", //15
-
 
65
    "                ",
64
    "Motor_Rechts    ", //15
66
    "                ",
65
    "                ",
-
 
66
    "Distance        ",
-
 
67
    "OsdBar          ",
67
    "                ",
68
    "MK3Mag CalState ",
68
    "MK3Mag CalState ",
69
    "Servo           ", //20
69
    "Servo           ", //20
70
    "Nick            ",
70
    "                ",
71
    "Roll            ",
71
    "                ",
72
    "                ",
72
    "                ",
73
    "                ",
73
    "                ",
74
    "                ", //25
74
    "                ", //25
75
    "                ",
75
    "                ",
76
    "Kalman_MaxDrift ",
76
    "Kalman_MaxDrift ",
77
    "                ",
77
    "                ",
78
    "Kalman K        ",
78
    "                ",
79
    "GPS_Nick        ", //30
79
    "GPS_Nick        ", //30
80
    "GPS_Roll        "
80
    "GPS_Roll        "