We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f5f0e5 commit d758266Copy full SHA for d758266
Feather_RP2350_Examples/CircuitPython_I2S_Tone/code.py
@@ -12,7 +12,7 @@
12
import board
13
import audiobusio
14
15
-audio = audiobusio.I2SOut(board.D6, board.D5, board.D9)
+audio = audiobusio.I2SOut(board.D5, board.D6, board.D9)
16
17
tone_volume = 0.1 # Increase this to increase the volume of the tone.
18
frequency = 440 # Set this to the Hz of the tone you want to generate.
0 commit comments