Skip to content

Commit 789a649

Browse files
authored
Merge pull request #2462 from adafruit/i2s_removeLines
Removing comment lines
2 parents 13cc2c7 + 0ecab7b commit 789a649

2 files changed

Lines changed: 0 additions & 19 deletions

File tree

Metro_M7_Examples/I2S_Tone/code.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44
CircuitPython I2S Tone playback example.
55
Plays a tone for one second on, one
66
second off, in a loop.
7-
Remove this line and all of the following docstring content before submitting to the Learn repo.
8-
Update the three I2S pins to match the wiring chosen for the microcontroller. If you are unsure of
9-
a proper I2S pin combination, run the pin combination script found here:
10-
https://adafru.it/i2s-pin-combo-finder
11-
Update the following pin names to a viable pin combination:
12-
* BIT_CLOCK_PIN
13-
* WORD_SELECT_PIN
14-
* DATA_PIN
157
"""
168
import time
179
import array

Metro_M7_Examples/I2S_Wav/code.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@
33
"""
44
CircuitPython I2S WAV file playback.
55
Plays a WAV file once.
6-
7-
Remove this line and all of the following docstring content before submitting to the Learn repo.
8-
9-
Update the three I2S pins to match the wiring chosen for the microcontroller. If you are unsure of
10-
a proper I2S pin combination, run the pin combination script found here:
11-
https://adafru.it/i2s-pin-combo-finder
12-
13-
Update the following pin names to a viable pin combination:
14-
* BIT_CLOCK_PIN
15-
* WORD_SELECT_PIN
16-
* DATA_PIN
176
"""
187
import audiocore
198
import board

0 commit comments

Comments
 (0)