Adding time
This commit is contained in:
parent
fb45fba690
commit
cc8ee9a144
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
"""
|
||||
Example RGB to Neopixel LED
|
||||
"""
|
||||
import time
|
||||
from rpi_ws281x import Adafruit_NeoPixel, Color
|
||||
|
||||
# NeoPixel configuration
|
||||
|
|
Loading…
Reference in a new issue