bleak/src/led.py
Wyatt J. Miller 023434cfcc added funtionality to turn off lights when TV is off
Added some functionality when the TV is turned off, the lights turn off.
2020-01-24 22:08:10 +00:00

6 lines
106 B
Python

import board
import neopixel
pixels = neopixel.NeoPixel(board.D5, 30)
def theaterChaseRainbow():
pass