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 02fe2d2 commit 5b5a4daCopy full SHA for 5b5a4da
White_Noise_Rocket/code.py
@@ -41,7 +41,7 @@
41
42
# propmaker neopixel pin
43
pixel_pin = board.D5
44
-num_pixels = 35
+num_pixels = 40
45
46
pixels = neopixel.NeoPixel(pixel_pin, num_pixels, brightness=0.3, auto_write=False)
47
0 commit comments