diff --git a/examples/neopixel_bouncing_ball.py b/examples/neopixel_bouncing_ball.py index 2f9d9dd..440168d 100644 --- a/examples/neopixel_bouncing_ball.py +++ b/examples/neopixel_bouncing_ball.py @@ -6,9 +6,10 @@ # The 8mm Diffused NeoPixel (PID 1734) = neopixel.RGB import time from math import ceil + import board -import neopixel +import neopixel # Configure the setup PIXEL_PIN = board.A3 # pin that the NeoPixel is connected to