Skip to content

Commit 5b8fe0e

Browse files
authored
Merge pull request #172 from FoamyGuy/code_format
Fix code format
2 parents 403fd01 + 4599f07 commit 5b8fe0e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/neopixel_bouncing_ball.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
# The 8mm Diffused NeoPixel (PID 1734) = neopixel.RGB
77
import time
88
from math import ceil
9+
910
import board
10-
import neopixel
1111

12+
import neopixel
1213

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

0 commit comments

Comments
 (0)