Skip to content

Commit 1831ab7

Browse files
authored
Merge pull request #2860 from adafruit/soundboard-i2s-fix
Soundboard Speaker I2S fix
2 parents 15dbd2f + d062c10 commit 1831ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Soundboard_Scooter_Bike/code.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
km = keypad.Keys( KEY_PINS, value_when_pressed=False, pull=True)
3030

31-
audio = audiobusio.I2SOut(board.RX, board.TX, board.D9)
31+
audio = audiobusio.I2SOut(board.TX, board.RX, board.D9)
3232

3333
mixer = audiomixer.Mixer(voice_count=len(wav_files), sample_rate=22050, channel_count=1,
3434
bits_per_sample=16, samples_signed=True)

0 commit comments

Comments
 (0)