Skip to content

Commit 41f59ce

Browse files
committed
update code for NeoPixel Menorah
update code for NeoPixel Menorah
1 parent c468a4d commit 41f59ce

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

NeoPixel_Menorah/code.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
sparkle = Sparkle(pixels, speed=0.15, color=AMBER, num_sparkles=10)
2626
chase = Chase(pixels, speed=0.1, color=AMBER, size=1, spacing=8)
2727

28-
from adafruit_led_animation.animation.solid import Solid
29-
3028
animations = AnimationSequence(
3129
chase,
3230
pulse,
@@ -38,4 +36,3 @@
3836

3937
while True:
4038
animations.animate()
41-

0 commit comments

Comments
 (0)