Skip to content

Commit b6af454

Browse files
committed
example import
1 parent 4a2e880 commit b6af454

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/neopixel_bouncing_ball.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
# Most NeoPixels = neopixel.GRB or neopixel.GRBW
66
# The 8mm Diffused NeoPixel (PID 1734) = neopixel.RGB
77
import time
8+
from math import ceil
89
import board
910
import neopixel
10-
from math import ceil
11+
1112

1213
# Configure the setup
1314
PIXEL_PIN = board.A3 # pin that the NeoPixel is connected to

0 commit comments

Comments
 (0)