We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 403fd01 + 4599f07 commit 5b8fe0eCopy full SHA for 5b8fe0e
1 file changed
examples/neopixel_bouncing_ball.py
@@ -6,9 +6,10 @@
6
# The 8mm Diffused NeoPixel (PID 1734) = neopixel.RGB
7
import time
8
from math import ceil
9
+
10
import board
-import neopixel
11
12
+import neopixel
13
14
# Configure the setup
15
PIXEL_PIN = board.A3 # pin that the NeoPixel is connected to
0 commit comments