fine, have your newline
This commit is contained in:
parent
8da4493ef5
commit
4b6a6e0176
4 changed files with 4 additions and 4 deletions
|
|
@ -55,4 +55,4 @@ while True:
|
|||
|
||||
print("crossings: {} mean: {} freq: {} ".format(len(deltas), mean, freq))
|
||||
|
||||
time.sleep(DELAY)
|
||||
time.sleep(DELAY)
|
||||
|
|
|
|||
|
|
@ -81,4 +81,4 @@ while True:
|
|||
pixels[pixel] = COLORS[pixel]
|
||||
pixels.show()
|
||||
|
||||
time.sleep(DELAY)
|
||||
time.sleep(DELAY)
|
||||
|
|
|
|||
|
|
@ -72,4 +72,4 @@ while True:
|
|||
print("NOTE = {}{}".format(note, octave + 1))
|
||||
print("-"*10)
|
||||
|
||||
time.sleep(DELAY)
|
||||
time.sleep(DELAY)
|
||||
|
|
|
|||
|
|
@ -114,4 +114,4 @@ while True:
|
|||
note_text.text = note
|
||||
oct_text.text = "{}".format(octave + 1)
|
||||
|
||||
time.sleep(DELAY)
|
||||
time.sleep(DELAY)
|
||||
|
|
|
|||
Loading…
Reference in a new issue