Swap import order for cycle example

This commit is contained in:
Alec Delaney 2022-02-01 22:00:46 -05:00
parent d33a887bf4
commit 0fe08ed65f

View file

@ -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