Function rc_led_stop_blink_all#
Defined in File led.h
Function Documentation#
-
void rc_led_stop_blink_all(void)#
stops all LEDs from blinking
Since rc_led_blink is a blocking function, it’s obviously necessary to call rc_led_stop_blink from a separate thread or signal handler. This will cause rc_led_blink to return 1 if blinking was stopped mid-way.