Subversion Repositories FlightCtrl

Rev

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

Rev 308 Rev 309
Line 699... Line 699...
699
    DebugOut.Analog[3] = Mittelwert_AccRoll;
699
    DebugOut.Analog[3] = Mittelwert_AccRoll;
700
    DebugOut.Analog[4] = MesswertGier;
700
    DebugOut.Analog[4] = MesswertGier;
701
    DebugOut.Analog[5] = HoehenWert;
701
    DebugOut.Analog[5] = HoehenWert;
702
    DebugOut.Analog[6] = (Mess_Integral_Hoch / 512);
702
    DebugOut.Analog[6] = (Mess_Integral_Hoch / 512);
703
    DebugOut.Analog[7] = GasMischanteil;
703
    DebugOut.Analog[7] = GasMischanteil;
704
    DebugOut.Analog[8] = KompassRichtung;
704
    DebugOut.Analog[8] = KompassValue;
705
        DebugOut.Analog[9] = KompassValue;
705
        DebugOut.Analog[9] = KompassRichtung;
706
        DebugOut.Analog[10] = MM3_heading();
706
        DebugOut.Analog[10] = MM3_heading();
Line 707... Line 707...
707
 
707