parent
267e421d29
commit
c37e129862
2
main.py
2
main.py
|
@ -169,7 +169,7 @@ if __name__ == '__main__':
|
||||||
strip = Adafruit_NeoPixel(LED_COUNT, LED_PIN, LED_FREQ_HZ, LED_DMA, LED_INVERT, LED_BRIGHTNESS, LED_CHANNEL)
|
strip = Adafruit_NeoPixel(LED_COUNT, LED_PIN, LED_FREQ_HZ, LED_DMA, LED_INVERT, LED_BRIGHTNESS, LED_CHANNEL)
|
||||||
strip.begin()
|
strip.begin()
|
||||||
|
|
||||||
mode = 0
|
mode = 1
|
||||||
power = "True"
|
power = "True"
|
||||||
global r
|
global r
|
||||||
r = 255
|
r = 255
|
||||||
|
|
Loading…
Reference in New Issue