Skip to content
Snippets Groups Projects
Commit 0b9ab0b5 authored by genofire's avatar genofire
Browse files

fix(py): LEDs of background indext

parent 584aecdc
No related branches found
No related tags found
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
BOTTOM_LEFT = 11
""" ID of the LED in the bottom left corner. """
BOTTOM_RIGHT = 12
""" ID of the LED in the bottom right corner. """
TOP_RIGHT = 13
""" ID of the LED in the top right corner. """
TOP_LEFT = 14
......
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