Subversion Repositories FlightCtrl

Rev

Rev 1799 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1799 Rev 1802
Line 64... Line 64...
64
  {
64
  {
65
  if((EE_Parameter.BitConfig & CFG_MOTOR_BLINK) && !MotorenEin) {if(EE_Parameter.BitConfig & CFG_MOTOR_OFF_LED1) J16_ON; else J16_OFF;}
65
  if((EE_Parameter.BitConfig & CFG_MOTOR_BLINK) && !MotorenEin) {if(EE_Parameter.BitConfig & CFG_MOTOR_OFF_LED1) J16_ON; else J16_OFF;}
66
  else
66
  else
67
  if((EE_Parameter.J16Timing > 247) && (Parameter_J16Timing > 220)) {if(J16Bitmask & 128) J16_ON; else J16_OFF;}
67
  if((EE_Parameter.J16Timing > 247) && (Parameter_J16Timing > 220)) {if(J16Bitmask & 128) J16_ON; else J16_OFF;}
68
  else
68
  else
-
 
69
 
69
  if((EE_Parameter.J16Timing > 247) && (Parameter_J16Timing < 10))  {if(J16Bitmask & 128) J16_OFF; else J16_ON;}
70
   if((EE_Parameter.J16Timing > 247) && (Parameter_J16Timing < 10))  {if(J16Bitmask & 128) J16_OFF; else J16_ON;} //original
-
 
71
  //if((EE_Parameter.J16Timing > 247) && (Parameter_J16Timing < 2))  {if(J16Bitmask & 128) J16_OFF; else J16_ON;} // MartinW; um die LEDs so schnell wie möglich blinken zu lassen, bei <10 reagiert gar nicht mehr, bei mir ist "2" i.o.
-
 
72
 
70
  else
73
  else
71
  if(!J16Blinkcount--)
74
  if(!J16Blinkcount--)
72
   {
75
   {
73
     J16Blinkcount = Parameter_J16Timing-1;
76
     J16Blinkcount = Parameter_J16Timing-1;
74
     if(J16Mask == 1) J16Mask = 128; else J16Mask /= 2;
77
     if(J16Mask == 1) J16Mask = 128; else J16Mask /= 2;