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