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
ln
firmware
Commits
92774919
Verified
Commit
92774919
authored
Aug 12, 2019
by
Rahix
Browse files
fix(leds): Add back missing LED IDs
Signed-off-by:
Rahix
<
rahix@rahix.de
>
parent
cb222f6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
pycardium/modules/py/leds.py
View file @
92774919
import
sys_leds
import
math
BOTTOM_RIGHT
=
11
""" ID of the LED in the bottom right corner. """
BOTTOM_LEFT
=
12
""" ID of the LED in the bottom left corner. """
TOP_RIGHT
=
13
""" ID of the LED in the top right corner. """
TOP_LEFT
=
14
""" ID of the LED in the top left corner. """
def
update
():
"""
...
...
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