kopia lustrzana https://github.com/blaz-r/pico_python_ws2812b
Remove unused variable from fireflies
It seems the `bright_div` variable is not used.main
rodzic
7a117ea2a8
commit
f2791139c1
|
@ -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