Skip to content

Commit d062c10

Browse files
committed
Update code.py
1 parent 15dbd2f commit d062c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Soundboard_Scooter_Bike/code.py

Lines changed: 1 addition & 1 deletion
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)