We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe3264 commit 6a10d24Copy full SHA for 6a10d24
examples/trellis_simpletest.py
@@ -39,7 +39,7 @@
39
40
# Turn off every LED, one at a time
41
print('Turning off each LED, one at a time...')
42
-for i in range(15,-1,-1):
+for i in range(15,0,-1):
43
trellis.led[i] = False
44
time.sleep(.1)
45
0 commit comments