File tree Expand file tree Collapse file tree
Pumpkin_Goblin_CPB_Ornament Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55"""
66This 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.
88
99This example is written for Circuit Playground Bluefruit and a 16-pixel NeoPixel ring connected to
1010pad A1. It does not work on Circuit Playground Express.
1515
1616from adafruit_led_animation .animation .blink import Blink
1717from adafruit_led_animation .animation .comet import Comet
18- from adafruit_led_animation .animation .chase import Chase
1918from adafruit_led_animation .animation .pulse import Pulse
2019from adafruit_led_animation .animation .sparkle import Sparkle
2120
You can’t perform that action at this time.
0 commit comments