diff --git a/pycardium/modules/py/leds.py b/pycardium/modules/py/leds.py index 86bbbcf73feedcf036e5297ffc694f89f3ca3840..2c9fd275d9d7b2f969018f2362451c4f1ba9a05a 100644 --- a/pycardium/modules/py/leds.py +++ b/pycardium/modules/py/leds.py @@ -1,10 +1,10 @@ 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