From 4599f07e5f406c0075e5771299494eb00031f2d3 Mon Sep 17 00:00:00 2001 From: foamyguy Date: Tue, 13 Jan 2026 13:50:35 -0600 Subject: [PATCH] code format --- examples/neopixel_bouncing_ball.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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