parent
a036a5a30c
commit
213ae7ec0e
|
@ -26,7 +26,7 @@ LEDS_PER_PIXEL = 5
|
||||||
|
|
||||||
# Global variables for LED strip control
|
# Global variables for LED strip control
|
||||||
global strip
|
global strip
|
||||||
strip = neopixel.NeoPixel(pin = board.D10, n = LED_COUNT, auto_write = True, pixel_order = neopixel.RGB)
|
strip = neopixel.NeoPixel(pin = board.SDA_1, n = LED_COUNT, auto_write = True, pixel_order = neopixel.RGB)
|
||||||
|
|
||||||
def register_tube():
|
def register_tube():
|
||||||
# Register or reauthenticate the tube with the server
|
# Register or reauthenticate the tube with the server
|
||||||
|
|
Loading…
Reference in New Issue