Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fpletz
firmware
Commits
507a13b4
Verified
Commit
507a13b4
authored
5 years ago
by
rahix
Browse files
Options
Downloads
Patches
Plain Diff
docs: Mark epic_leds_set() as not yet stable
Signed-off-by:
Rahix
<
rahix@rahix.de
>
parent
4c569c8e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
epicardium/epicardium.h
+7
-0
7 additions, 0 deletions
epicardium/epicardium.h
with
7 additions
and
0 deletions
epicardium/epicardium.h
+
7
−
0
View file @
507a13b4
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment