Subversion Repositories FlightCtrl

Rev

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

Rev 1134 Rev 1157
Line 68... Line 68...
68
    "Servo           ", //20
68
    "Servo           ", //20
69
    "Nick            ",
69
    "Nick            ",
70
    "Roll            ",
70
    "Roll            ",
71
    "                ",
71
    "                ",
72
    "                ",
72
    "                ",
73
    "                ", //25
73
    "RawStickValue   ", //25
74
    "StickValue      ",
74
    "StickValue      ",
75
    "Altitude N      ",
75
    "Altitude N      ",
76
    "PitchCount      ",
76
    "PitchCount      ",
77
    "PitchOffset     ",
77
    "PitchOffset     ",
78
    "IntegralAlt     ", //30
78
    "IntegralAlt     ", //30
79
    "GPS_Roll        "
79
    "StickValue (8b) "
80
};
80
};
Line 81... Line 81...
81
 
81