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 4299b85 + fc9751f commit 2d7d0a3Copy full SHA for 2d7d0a3
Gemma_Nano_Ring/code.py
@@ -33,9 +33,8 @@ def flash_random(wait, howmany):
33
34
for i in range(5, 0, -1):
35
strip.brightness = i / 5.0 # Ramp down brightness
36
- strip[j] = [0, 0, 0] # Set pixel to 'off'
37
time.sleep(wait)
38
-
+ strip[j] = [0, 0, 0] # Set pixel to 'off'
39
40
while True:
41
# first number is 'wait' delay, shorter num == shorter twinkle
0 commit comments