Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2094 → Rev 2095

/branches/dongfang_FC_rewrite/heightControl.c
179,7 → 179,7
debugOut.analog[10] = dThrottleP;
debugOut.analog[11] = dThrottleI;
debugOut.analog[12] = dThrottleD;
debugOut.analog[13] = heightError/10;
//debugOut.analog[13] = heightError/10;
 
int16_t dThrottle = dThrottleI + dThrottleP - dThrottleD;