023434cfcc
Added some functionality when the TV is turned off, the lights turn off.
6 lines
106 B
Python
6 lines
106 B
Python
import board
|
|
import neopixel
|
|
pixels = neopixel.NeoPixel(board.D5, 30)
|
|
|
|
def theaterChaseRainbow():
|
|
pass |