Subversion Repositories FlightCtrl

Rev

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

Rev 1645 Rev 1646
Line 123... Line 123...
123
const prog_uint8_t ANALOG_LABEL[32][16] = {
123
const prog_uint8_t ANALOG_LABEL[32][16] = {
124
    //1234567890123456
124
    //1234567890123456
125
    "AnglePitch      ", //0
125
    "AnglePitch      ", //0
126
    "AngleRoll       ",
126
    "AngleRoll       ",
127
    "AngleYaw        ",
127
    "AngleYaw        ",
-
 
128
    "GyroPitch(PID)  ",
-
 
129
    "GyroRoll(PID)   ",
-
 
130
    "GyroYaw         ", //5
128
    "GyroPitch(AC)   ",
131
    "GyroPitch(AC)   ",
129
    "GyroRoll(AC)    ",
132
    "GyroRoll(AC)    ",
130
    "GyroYaw(AC)     ", //5
133
    "GyroYaw(AC)     ",
131
    "Pitch_Raw       ",
134
    "AccPitch        ",
132
    "HiResPitch_PID  ",
-
 
133
    "PitchGyroOffset ",
-
 
134
    "Roll_Raw        ",
135
    "AccRoll         ", //10
135
    "HiResRoll_PID   ", //10
136
    "CorrSumPitch    ",
136
    "rollGyroOffset  ",
137
    "CorrSumRoll     ",
137
    "Pressure range  ",
138
    "Pressure range  ",
138
    "Pressure A/D    ",
139
    "Pressure A/D    ",
139
    "Pressure Value  ",
140
    "Pressure Value  ", //15
140
    "Press. rangewidz", //15
141
    "Press. rangewidz",
141
    "Press. init A/D ",
142
    "Press. init A/D ",
142
    "Ext. Quality    ",
-
 
143
    "Looping         ",
143
    "FACTOR          ",
144
    "throttleTerm    ",
144
    "throttleTerm    ",
145
    "pitchTerm       ", //20
145
    "pitchTerm       ", //20
146
    "rollTerm        ",
146
    "rollTerm        ",
147
    "yawTerm         ",
147
    "yawTerm         ",
148
    "P Pitch         ",
148
    "P Pitch         ",
149
    "I Pitch         ",
149
    "I Pitch         ",
150
    "P+D Pitch       ", //25
150
    "P+D Pitch       ", //25
151
    "Pitch acc noise ",
151
    "Pitch acc noise ",
152
    "Roll acc noise  ",
152
    "Roll acc noise  ",
153
    "Pitch Corr      ",
153
    "DynamicPitch    ",
154
    "Roll Corr       ",
154
    "DynamicRoll     ",
155
    "Pitch Noise     ", //30
155
    "Pitch Noise     ", //30
156
    "Roll Noise      "
156
    "Roll Noise      "
157
  };
157
  };
Line 158... Line 158...
158
 
158