We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05c57a9 + 4445aa7 commit b94d8a9Copy full SHA for b94d8a9
Adafruit_I2S_BFF/CircuitPython/WAV/code.py
@@ -11,7 +11,7 @@
11
12
audio = audiobusio.I2SOut(board.A2, board.A1, board.A0)
13
14
-with open("chikken.wav", "rb") as wave_file:
+with open("booploop.wav", "rb") as wave_file:
15
wav = audiocore.WaveFile(wave_file)
16
17
print("Playing wav file!")
0 commit comments