We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fc168f + 1df4e74 commit 33e530eCopy full SHA for 33e530e
Adafruit_LEDBackpack/ex_7segment_clock.py
@@ -23,7 +23,7 @@
23
# Set minutes
24
segment.writeDigit(3, int(minute / 10)) # Tens
25
segment.writeDigit(4, minute % 10) # Ones
26
- # Toggle color
+ # Toggle colon
27
segment.setColon(second % 2) # Toggle colon at 1Hz
28
# Wait one second
29
time.sleep(1)
0 commit comments