make pep8 mistake by purpose
This commit is contained in:
parent
e340d1145b
commit
0c04b393fc
1 changed files with 1 additions and 0 deletions
1
rgb.py
1
rgb.py
|
@ -15,6 +15,7 @@ def colorWipe(strip, color, wait_ms=50):
|
||||||
time.sleep(wait_ms / 1000.0)
|
time.sleep(wait_ms / 1000.0)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
TOTAL_LED_COUNT = 24
|
TOTAL_LED_COUNT = 24
|
||||||
R = 0
|
R = 0
|
||||||
|
|
Loading…
Reference in a new issue