Skip to content

Commit a24eb5f

Browse files
authored
Format code for consistency in code.py
1 parent 0592a3f commit a24eb5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemma/NeoPixel_Gemma_Torch/code.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
import neopixel
77
import adafruit_dotstar
88

9-
LED = adafruit_dotstar.DotStar(board.APA102_SCK, board.APA102_MOSI, 1) # Setup Internal Dotstar
10-
LED.brightness = 0.8 # DotStar brightness
9+
LED = adafruit_dotstar.DotStar(board.APA102_SCK, board.APA102_MOSI, 1) # Setup Internal Dotstar
10+
LED.brightness = 0.8 # DotStar brightness
1111

1212
NUMPIX = 7 # Number of NeoPixels
1313
PIXPIN = board.D2 # Pin where NeoPixels are connected

0 commit comments

Comments
 (0)