fine, have your newline

This commit is contained in:
caternuson 2019-10-22 08:55:24 -07:00
parent 8da4493ef5
commit 4b6a6e0176
4 changed files with 4 additions and 4 deletions

View file

@ -55,4 +55,4 @@ while True:
print("crossings: {} mean: {} freq: {} ".format(len(deltas), mean, freq))
time.sleep(DELAY)
time.sleep(DELAY)

View file

@ -81,4 +81,4 @@ while True:
pixels[pixel] = COLORS[pixel]
pixels.show()
time.sleep(DELAY)
time.sleep(DELAY)

View file

@ -72,4 +72,4 @@ while True:
print("NOTE = {}{}".format(note, octave + 1))
print("-"*10)
time.sleep(DELAY)
time.sleep(DELAY)

View file

@ -114,4 +114,4 @@ while True:
note_text.text = note
oct_text.text = "{}".format(octave + 1)
time.sleep(DELAY)
time.sleep(DELAY)