Updated timings

This commit is contained in:
L3D 2024-03-24 23:36:02 +01:00
parent 96cb3061e5
commit a8a8819307
No known key found for this signature in database
GPG key ID: AD65B920933B4B20

View file

@ -9,7 +9,7 @@ from rpi_ws281x import Adafruit_NeoPixel, Color
# NeoPixel configuration
PIN_NEO_PIXEL = 18
NUM_PIXELS = 24
DELAY_INTERVAL = 0.001
DELAY_INTERVAL = 0.0042
# Create NeoPixel object
NeoPixel = Adafruit_NeoPixel(NUM_PIXELS, PIN_NEO_PIXEL)