Merge pull request #7 from timmillwood/patch-1

Remove unused variable from fireflies
Tested and works -- ben
main
benevpi 2021-02-01 14:43:59 +00:00 zatwierdzone przez GitHub
commit ebf2eebeea
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -2,7 +2,6 @@ import time
import ws2812b
import random
bright_div = 20
numpix = 50 # Number of NeoPixels
# Pin where NeoPixels are connected
strip = ws2812b.ws2812b(numpix, 0,0)
@ -51,4 +50,4 @@ while True:
flashing[i][3] = flashing[i][3] + flashing[i][4]
time.sleep(0.005)