Skip to content
Snippets Groups Projects
Verified Commit 507a13b4 authored by rahix's avatar rahix
Browse files

docs: Mark epic_leds_set() as not yet stable


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 4c569c8e
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment