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.
1 parent 0592a3f commit a24eb5fCopy full SHA for a24eb5f
Gemma/NeoPixel_Gemma_Torch/code.py
@@ -6,8 +6,8 @@
6
import neopixel
7
import adafruit_dotstar
8
9
-LED = adafruit_dotstar.DotStar(board.APA102_SCK, board.APA102_MOSI, 1) # Setup Internal Dotstar
10
-LED.brightness = 0.8 # DotStar brightness
+LED = adafruit_dotstar.DotStar(board.APA102_SCK, board.APA102_MOSI, 1) # Setup Internal Dotstar
+LED.brightness = 0.8 # DotStar brightness
11
12
NUMPIX = 7 # Number of NeoPixels
13
PIXPIN = board.D2 # Pin where NeoPixels are connected
0 commit comments