Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fleur
firmware
Commits
3dd88fbb
Verified
Commit
3dd88fbb
authored
Aug 24, 2019
by
Rahix
Browse files
docs: Warn about missing flashlight LED
Signed-off-by:
Rahix
<
rahix@rahix.de
>
parent
5d30cc29
Changes
1
Hide whitespace changes
Inline
Side-by-side
pycardium/modules/py/leds.py
View file @
3dd88fbb
...
...
@@ -41,7 +41,13 @@ def set_flashlight(on):
This LED can serve as a flashlight if worn on the left wrist or as a rad
tattoo illuminator if worn on the right wrist.
:param bool on: Side LED on if true.
.. warning::
Because of a small error in the Harmonic Board layout, we could not
populate the flashlight LEDs in the production run. You can handsolder
it, though you have to reverse the direction.
:param bool on: Side LED on if ``True``.
"""
sys_leds
.
set_flashlight
(
on
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment