File tree 1 file changed +5
-3
lines changed
ItsyBitsy_Infinity_Mirror
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
import board
6
6
import neopixel
7
- from adafruit_led_animation .animation import Comet , Sparkle , AnimationGroup ,\
8
- AnimationSequence
7
+ from adafruit_led_animation .animation .comet import Comet
8
+ from adafruit_led_animation .animation .sparkle import Sparkle
9
+ from adafruit_led_animation .group import AnimationGroup
10
+ from adafruit_led_animation .sequence import AnimationSequence
9
11
import adafruit_led_animation .color as color
10
12
11
13
from adafruit_ble import BLERadio
18
20
19
21
# The number of NeoPixels in the externally attached strip
20
22
# If using two strips connected to the same pin, count only one strip for this number!
21
- STRIP_PIXEL_NUMBER = 43
23
+ STRIP_PIXEL_NUMBER = 44
22
24
23
25
# Setup for comet animation
24
26
COMET_SPEED = 0.05 # Lower numbers increase the animation speed
You can’t perform that action at this time.
0 commit comments