Subversion Repositories FlightCtrl

Rev

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

Rev 1970 Rev 1974
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
                "rc 0            ",
128
                "GyroPitch       ",
129
                "rc 1            ",
129
                "GyroRoll        ",
130
                "rc 2            ", //5
130
                "GyroYaw         ", //5
131
                "OffsPitch       ",
131
                "AccPitch        ",
132
                "OffsRoll        ",
132
                "AccRoll         ",
133
                "AttitudeControl ",
133
                "AccZ            ",
134
                "AccPitch (angle)",
134
                "AccPitch (angle)",
135
                "AccRoll (angle) ", //10
135
                "AccRoll (angle) ", //10
136
                "UBat            ",
136
                "UBat            ",
137
                "Pitch Term      ",
137
                "Pitch Term      ",
138
                "Roll Term       ",
138
                "Roll Term       ",