Function rc_led_stop_blink#
Defined in File led.h
Function Documentation#
-
void rc_led_stop_blink(rc_led_t led)#
Stops an LED 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. Also see rc_led_stop_blink_all
- Parameters:
led – [in] rc_led_t enum