diff --git a/pycardium/modules/py/leds.py b/pycardium/modules/py/leds.py index 6402169953a5ecd305a49a48938fd2c4f32f12fe..86bbbcf73feedcf036e5297ffc694f89f3ca3840 100644 --- a/pycardium/modules/py/leds.py +++ b/pycardium/modules/py/leds.py @@ -1,6 +1,15 @@ 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(): """