We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d86ce47 commit eef12c3Copy full SHA for eef12c3
variants/feather_m4/variant.h
@@ -175,10 +175,11 @@ static const uint8_t SCL = PIN_WIRE_SCL;
175
#define I2S_DEVICE 0
176
#define I2S_CLOCK_GENERATOR 3
177
178
-#define PIN_I2S_SDO (5u)
179
-#define PIN_I2S_SDI PIN_SPI_MOSI
180
-#define PIN_I2S_SCK PIN_A2
181
-#define PIN_I2S_FS PIN_SPI_MISO
+#define PIN_I2S_SDO (11u)
+#define PIN_I2S_SDI (12u)
+#define PIN_I2S_SCK PIN_SERIAL1_TX
+#define PIN_I2S_FS (10u)
182
+#define PIN_I2S_MCK PIN_SERIAL1_RX
183
184
//QSPI Pins
185
#define PIN_QSPI_SCK (34u)
0 commit comments