Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Arist
firmware
Commits
92774919
Verified
Commit
92774919
authored
Aug 12, 2019
by
Rahix
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(leds): Add back missing LED IDs
Signed-off-by:
Rahix
<
rahix@rahix.de
>
parent
cb222f6a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
pycardium/modules/py/leds.py
pycardium/modules/py/leds.py
+9
-0
No files found.
pycardium/modules/py/leds.py
View file @
92774919
import
sys_leds
import
sys_leds
import
math
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
():
def
update
():
"""
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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