We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8fe9b commit 8ccfefaCopy full SHA for 8ccfefa
1 file changed
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