We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2537ab3 commit 7861913Copy full SHA for 7861913
variants/mkrzero/variant.h
@@ -141,6 +141,16 @@ static const uint8_t SCK1 = PIN_SPI1_SCK;
141
#define PIN_USB_DP (23ul)
142
#define PIN_USB_HOST_ENABLE (24ul)
143
144
+// I2S Interfaces
145
+// --------------
146
+#define I2S_INTERFACES_COUNT 1
147
+
148
+#define I2S_DEVICE 0
149
+#define I2S_CLOCK_GENERATOR 3
150
+#define PIN_I2S_SD (PIN_A6)
151
+#define PIN_I2S_SCK (2u)
152
+#define PIN_I2S_FS (3u)
153
154
// Serial ports
155
// ------------
156
#ifdef __cplusplus
0 commit comments