diff --git a/Metro_M7_Examples/I2S_Tone/code.py b/Metro_M7_Examples/I2S_Tone/code.py index 1c8fad261..61cd92426 100644 --- a/Metro_M7_Examples/I2S_Tone/code.py +++ b/Metro_M7_Examples/I2S_Tone/code.py @@ -4,14 +4,6 @@ CircuitPython I2S Tone playback example. Plays a tone for one second on, one second off, in a loop. -Remove this line and all of the following docstring content before submitting to the Learn repo. -Update the three I2S pins to match the wiring chosen for the microcontroller. If you are unsure of -a proper I2S pin combination, run the pin combination script found here: -https://adafru.it/i2s-pin-combo-finder -Update the following pin names to a viable pin combination: -* BIT_CLOCK_PIN -* WORD_SELECT_PIN -* DATA_PIN """ import time import array diff --git a/Metro_M7_Examples/I2S_Wav/code.py b/Metro_M7_Examples/I2S_Wav/code.py index f279437d5..9fff8e3b6 100644 --- a/Metro_M7_Examples/I2S_Wav/code.py +++ b/Metro_M7_Examples/I2S_Wav/code.py @@ -3,17 +3,6 @@ """ CircuitPython I2S WAV file playback. Plays a WAV file once. - -Remove this line and all of the following docstring content before submitting to the Learn repo. - -Update the three I2S pins to match the wiring chosen for the microcontroller. If you are unsure of -a proper I2S pin combination, run the pin combination script found here: -https://adafru.it/i2s-pin-combo-finder - -Update the following pin names to a viable pin combination: -* BIT_CLOCK_PIN -* WORD_SELECT_PIN -* DATA_PIN """ import audiocore import board