kopia lustrzana https://github.com/blaz-r/pico_python_ws2812b
Merge pull request #7 from timmillwood/patch-1
Remove unused variable from fireflies Tested and works -- benmain
commit
ebf2eebeea
|
@ -2,7 +2,6 @@ import time
|
||||||
import ws2812b
|
import ws2812b
|
||||||
import random
|
import random
|
||||||
|
|
||||||
bright_div = 20
|
|
||||||
numpix = 50 # Number of NeoPixels
|
numpix = 50 # Number of NeoPixels
|
||||||
# Pin where NeoPixels are connected
|
# Pin where NeoPixels are connected
|
||||||
strip = ws2812b.ws2812b(numpix, 0,0)
|
strip = ws2812b.ws2812b(numpix, 0,0)
|
||||||
|
|
Ładowanie…
Reference in New Issue