Subversion Repositories FlightCtrl

Rev

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

Rev 717 Rev 720
Line 52... Line 52...
52
    "Motor_Vorne     ",
52
    "Motor_Vorne     ",
53
    "Motor_Hinten    ",
53
    "Motor_Hinten    ",
54
    "Motor_Links     ",
54
    "Motor_Links     ",
55
    "Motor_Rechts    ", //15
55
    "Motor_Rechts    ", //15
56
    "Acc_Z           ",
56
    "Acc_Z           ",
57
    "MittelAccNick   ",
57
    "                ",
58
    "MittelAccRoll   ",
58
    "                ",
59
    "IntegralErrNick ",
59
    "                ",
60
    "IntegralErrRoll ", //20
60
    "                ", //20
61
    "MittelIntNick   ",
61
    "                ",
62
    "MittelIntRoll   ",
62
    "                ",
63
    "NeutralNick     ",
63
    "                ",
64
    "RollOffset      ",
64
    "                ",
65
    "IntRoll*Faktor  ", //25
65
    "                ", //25
66
    "Analog26        ",
66
    "                ",
67
    "DirektAusglRoll ",
67
    "                ",
68
    "MesswertRoll    ",
68
    "                ",
69
    "AusgleichRoll   ",
69
    "                ",
70
    "I-LageRoll      ", //30
70
    "GPS_Nick        ", //30
71
    "StickRoll       "
71
    "GPS_Roll        "
72
};
72
};
Line 73... Line 73...
73
 
73