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 9eb5ea0 commit cc58407Copy full SHA for cc58407
Circuit_Playground_Brake_Light/code.py
@@ -41,7 +41,7 @@
41
light_on = True
42
i += 1
43
44
- # light_on variable is for short circuiting. Not really necessary, but it makes things run faster
+ # light_on variable is for short circuiting. Not really necessary, just makes things run faster
45
elif not light_on or time.monotonic() - start > 0.4:
46
# Sine wave used for the color breathing effect.
47
# Max brightness can be adjusted with the coefficient.
0 commit comments