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 For NeoPixel FeatherWing. Update pixel_pin and pixel_num to match your wiring if using
a different form of NeoPixels. a different form of NeoPixels.
""" """
import board
import time import time
import board
import neopixel import neopixel
from digitalio import DigitalInOut, Direction, Pull from digitalio import DigitalInOut, Direction, Pull