Swap import order for cycle example
This commit is contained in:
parent
d33a887bf4
commit
0fe08ed65f
1 changed files with 1 additions and 1 deletions
|
|
@ -8,8 +8,8 @@ two animations
|
|||
For NeoPixel FeatherWing. Update pixel_pin and pixel_num to match your wiring if using
|
||||
a different form of NeoPixels.
|
||||
"""
|
||||
import board
|
||||
import time
|
||||
import board
|
||||
import neopixel
|
||||
from digitalio import DigitalInOut, Direction, Pull
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue