coby7016 / arducopter

Automatically exported from code.google.com/p/arducopter
0 stars 0 forks source link

Green Led does not correct behavior #216

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ACM, TRI FRAME,

mostly first time the green led does not show correctly statuse. When I armed, 
the green led was off, then I disarmed and armed again, the green is ok.
Please have a look.
Thanks,
Duy

Original issue reported on code.google.com by duypha...@gmail.com on 6 Aug 2011 at 11:57

GoogleCodeExporter commented 9 years ago
I fixed it by changing code in led.pde
static void clear_leds()
{
    digitalWrite(A_LED_PIN, LOW);
    digitalWrite(B_LED_PIN, LOW);
    digitalWrite(C_LED_PIN, LOW);
    motor_light = false;// new code
    //led_mode = NORMAL_LEDS;
}

Original comment by duypha...@gmail.com on 19 Aug 2011 at 1:43

GoogleCodeExporter commented 9 years ago
fixed in next version. Thanks.

Original comment by jasonshort on 23 Aug 2011 at 9:04