Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 624 → Rev 738

/branches/V0.68d J16J17/fc.c
600,7 → 600,14
 
GyroFaktor = ((float)Parameter_Gyro_P + 10.0) / 256.0;
IntegralFaktor = ((float) Parameter_Gyro_I) / 44000;
// [Harrie:] switch the auxility (LED) output on J16 (PC2 output on ATMEGA):
if(PPM_in[EE_Parameter.Kanalbelegung[K_POTI2]] > 75) LED1_ON; else LED1_OFF;
// [Harrie:] switch the auxility (LED) output on J17 (PC3 output on ATMEGA):
if(PPM_in[EE_Parameter.Kanalbelegung[K_POTI3]] > 75) LED2_ON; else LED2_OFF;
 
 
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//+ Digitale Steuerung per DubWise
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++