diff --git a/epicardium/epicardium.h b/epicardium/epicardium.h index 1cc36d58289757dfb09b1750a5bacac699db57f2..34af173e945577840886dec0d2b46b9ad72de4a3 100644 --- a/epicardium/epicardium.h +++ b/epicardium/epicardium.h @@ -213,6 +213,13 @@ API_ISR(EPIC_INT_CTRL_C, epic_isr_ctrl_c); /** * Set one of card10's RGB LEDs to a certain color. * + * .. warning:: + * + * This API function is not yet stable and is this not part of the API + * freeze. Any binary using :c:func:`epic_leds_set` might stop working at + * any time. Once this warning is removed, the function can be considered + * stable like the rest of the API. + * * :param led: Which led to set. 0-10 are the leds on the top and 11-14 are the 4 "ambient" leds. * :param r: Red component of the color. * :param g: Green component of the color.