Rev 1995 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1995 | Rev 2000 | ||
---|---|---|---|
Line 52... | Line 52... | ||
52 | { |
52 | { |
53 | if((EE_Parameter.BitConfig & CFG_MOTOR_BLINK1) && !MotorenEin) {if(EE_Parameter.BitConfig & CFG_MOTOR_OFF_LED1) J16_ON; else J16_OFF;} |
53 | if((EE_Parameter.BitConfig & CFG_MOTOR_BLINK1) && !MotorenEin) {if(EE_Parameter.BitConfig & CFG_MOTOR_OFF_LED1) J16_ON; else J16_OFF;} |
54 | else |
54 | else |
55 | if((EE_Parameter.J16Timing > 247) && (Parameter_J16Timing > 220)) {if(J16Bitmask & 128) J16_ON; else J16_OFF;} |
55 | if((EE_Parameter.J16Timing > 247) && (Parameter_J16Timing > 220)) {if(J16Bitmask & 128) J16_ON; else J16_OFF;} |
56 | else |
56 | else |
57 | if((EE_Parameter.J16Timing > 247) && (Parameter_J16Timing == 5)) {if(J16Bitmask & 128) J16_OFF; else J16_ON;} |
57 | if((EE_Parameter.J16Timing > 247) && (Parameter_J16Timing == 5)) {if(J16Bitmask & 128) J16_OFF; else J16_ON;} // MartinW, if Led on/Off not working, trimm your R/C correctly. Not nessessary to modify J16Timing == 5 |
58 | else |
58 | else |
59 | if(!J16Blinkcount--) |
59 | if(!J16Blinkcount--) |
60 | { |
60 | { |
61 | J16Blinkcount = Parameter_J16Timing / 2; |
61 | J16Blinkcount = Parameter_J16Timing / 2; |
62 | if(J16Mask == 1) J16Mask = 128; else J16Mask /= 2; |
62 | if(J16Mask == 1) J16Mask = 128; else J16Mask /= 2; |