Updated timings
This commit is contained in:
parent
96cb3061e5
commit
a8a8819307
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from rpi_ws281x import Adafruit_NeoPixel, Color
|
||||||
# NeoPixel configuration
|
# NeoPixel configuration
|
||||||
PIN_NEO_PIXEL = 18
|
PIN_NEO_PIXEL = 18
|
||||||
NUM_PIXELS = 24
|
NUM_PIXELS = 24
|
||||||
DELAY_INTERVAL = 0.001
|
DELAY_INTERVAL = 0.0042
|
||||||
|
|
||||||
# Create NeoPixel object
|
# Create NeoPixel object
|
||||||
NeoPixel = Adafruit_NeoPixel(NUM_PIXELS, PIN_NEO_PIXEL)
|
NeoPixel = Adafruit_NeoPixel(NUM_PIXELS, PIN_NEO_PIXEL)
|
||||||
|
|
Loading…
Reference in a new issue