Update test.py
parent
51e1258ebb
commit
2dd02c3201
6
test.py
6
test.py
|
@ -53,8 +53,8 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
try:
|
try:
|
||||||
while True:
|
while True:
|
||||||
blink(strip, Color(255,0,0), Color(255,255,255))
|
#blink(strip, Color(255,0,0), Color(255,255,255))
|
||||||
setColor(strip, Color(255,0,0))
|
#setColor(strip, Color(255,0,0))
|
||||||
rainbowCycle(strip)
|
#rainbowCycle(strip)
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
setColor(strip, Color(0,0,0))
|
setColor(strip, Color(0,0,0))
|
Loading…
Reference in New Issue