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

fix(leds): Add back missing LED IDs


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent cb222f6a
No related branches found
Tags v0.0
No related merge requests found
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():
"""
......
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