Skip to content

Commit 3e33418

Browse files
committed
eol newlines
1 parent 4135617 commit 3e33418

File tree

6 files changed

+6
-6
lines changed
  • Metro_RP2350_Examples

6 files changed

+6
-6
lines changed

Metro_RP2350_Examples/CircuitPython_I2S_Tone/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
audio.play(sine_wave_sample, loop=True)
2828
time.sleep(1)
2929
audio.stop()
30-
time.sleep(1)
30+
time.sleep(1)

Metro_RP2350_Examples/CircuitPython_I2S_Wav/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
while audio.playing:
2020
pass
2121

22-
print("Done!")
22+
print("Done!")

Metro_RP2350_Examples/CircuitPython_PSRAM/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# SPDX-License-Identifier: MIT
33
import gc
44

5-
print(gc.mem_free())
5+
print(gc.mem_free())

Metro_RP2350_Examples/CircuitPython_PWM_Audio_Multi_MP3/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
while audio.playing:
2424
pass
2525

26-
print("Done playing!")
26+
print("Done playing!")

Metro_RP2350_Examples/CircuitPython_SDCard_ListFiles/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ def print_directory(path, tabs=0):
5353

5454
print("Files on filesystem:")
5555
print("====================")
56-
print_directory("/sd")
56+
print_directory("/sd")

Metro_RP2350_Examples/CircuitPython_SDCard_Write/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
print("Temperature = %0.1f" % t)
3939
f.write("%0.1f\n" % t)
4040
# file is saved
41-
time.sleep(1)
41+
time.sleep(1)

0 commit comments

Comments
 (0)