Update code.py
remove trailing whitespace
This commit is contained in:
parent
bb6ab0b5c4
commit
c697c08f2e
1 changed files with 2 additions and 2 deletions
|
|
@ -14,12 +14,12 @@ def play_file(wavfile):
|
|||
speaker.play(wav)
|
||||
while speaker.playing:
|
||||
pass
|
||||
|
||||
|
||||
# NeoPixels on the Circuit Playground Express Light Blue
|
||||
pixels = neopixel.NeoPixel(board.NEOPIXEL, 10, brightness=0.3)
|
||||
# Fill them with our favorite color "#0099FF light blue" -> 0x0099FF
|
||||
# (see http://www.color-hex.com/ for more colors and find your fav!)
|
||||
pixels.fill(0x0099FF)
|
||||
pixels.fill(0x0099FF)
|
||||
|
||||
while True:
|
||||
print("Hello world!")
|
||||
|
|
|
|||
Loading…
Reference in a new issue