Skip to content

Commit 4b6a6e0

Browse files
committed
fine, have your newline
1 parent 8da4493 commit 4b6a6e0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Circuit_Playground_O_Phonor/freq_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@
5555

5656
print("crossings: {} mean: {} freq: {} ".format(len(deltas), mean, freq))
5757

58-
time.sleep(DELAY)
58+
time.sleep(DELAY)

Circuit_Playground_O_Phonor/freq_neopixel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@
8181
pixels[pixel] = COLORS[pixel]
8282
pixels.show()
8383

84-
time.sleep(DELAY)
84+
time.sleep(DELAY)

Circuit_Playground_O_Phonor/notes_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@
7272
print("NOTE = {}{}".format(note, octave + 1))
7373
print("-"*10)
7474

75-
time.sleep(DELAY)
75+
time.sleep(DELAY)

Circuit_Playground_O_Phonor/notes_tft.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@
114114
note_text.text = note
115115
oct_text.text = "{}".format(octave + 1)
116116

117-
time.sleep(DELAY)
117+
time.sleep(DELAY)

0 commit comments

Comments
 (0)