We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f70fe commit 3808552Copy full SHA for 3808552
1 file changed
LEGO_Head_CPX_Lamp/LEGO_Head_CPX_Lamp.py
@@ -79,4 +79,4 @@ def led_flash(duration):
79
cpx.pixels.fill((255,255,255)) # white color
80
time.sleep(1) # for one second
81
else: # When there's no shakyness to be had
82
- cpx.pixels.fill((0, 0, 0)) # keep pixels off when not shaking
+ cpx.pixels.fill((0, 0, 0)) # keep pixels off when not shaking
0 commit comments