We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d758266 commit 78d4618Copy full SHA for 78d4618
Feather_RP2350_Examples/CircuitPython_I2S_Wav/code.py
@@ -8,7 +8,7 @@
8
import board
9
import audiobusio
10
11
-audio = audiobusio.I2SOut(board.D6, board.D5, board.D9)
+audio = audiobusio.I2SOut(board.D5, board.D6, board.D9)
12
13
with open("StreetChicken.wav", "rb") as wave_file:
14
wav = audiocore.WaveFile(wave_file)
0 commit comments