We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe349e4 + 895740f commit b2fce4cCopy full SHA for b2fce4c
variants/nano_33_iot/variant.h
@@ -163,7 +163,14 @@ static const uint8_t SCL = PIN_WIRE_SCL;
163
164
// I2S Interfaces
165
// --------------
166
-#define I2S_INTERFACES_COUNT 0
+#define I2S_INTERFACES_COUNT 1
167
+
168
+#define I2S_DEVICE 0
169
+#define I2S_CLOCK_GENERATOR 3
170
171
+#define PIN_I2S_SD (4u)
172
+#define PIN_I2S_SCK (PIN_A3)
173
+#define PIN_I2S_FS (PIN_A2)
174
175
// Serial ports
176
// ------------
0 commit comments