Skip to content

Commit c6a726c

Browse files
authored
Update I2S for Fruit Jam (#3056)
* update fruit jam pins * Update I2S
1 parent e608439 commit c6a726c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/adafruit_fruitjam/pins_arduino.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929

3030
// I2S
3131
#define PIN_I2S_DATAOUT (24u)
32-
#define PIN_I2S_WORDSEL (25u)
32+
#define PIN_I2S_WORDSEL (27u)
3333
#define PIN_I2S_BITCLK (26u)
34-
#define PIN_I2S_MCLK (27u)
34+
#define PIN_I2S_MCLK (25u)
3535
#define PIN_I2S_IRQ (23u)
3636

3737

0 commit comments

Comments
 (0)