File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Pumpkin_Goblin_CPB_Ornament Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
"""
6
6
This example shows different ways to use AnimationGroup: syncing four animations across two separate
7
- pixel objects such as the built-in NeoPixels on a Circuit Playground Bluefruit and a 16x NeoPixel Ring.
7
+ pixel objects such as the built-in NeoPixels on a Circuit Playground Bluefruit and a NeoPixel Ring.
8
8
9
9
This example is written for Circuit Playground Bluefruit and a 16-pixel NeoPixel ring connected to
10
10
pad A1. It does not work on Circuit Playground Express.
15
15
16
16
from adafruit_led_animation .animation .blink import Blink
17
17
from adafruit_led_animation .animation .comet import Comet
18
- from adafruit_led_animation .animation .chase import Chase
19
18
from adafruit_led_animation .animation .pulse import Pulse
20
19
from adafruit_led_animation .animation .sparkle import Sparkle
21
20
You can’t perform that action at this time.
0 commit comments