Skip to content
Snippets Groups Projects
Commit 78619131 authored by Sandeep Mistry's avatar Sandeep Mistry
Browse files

MKRZero: Add I2S info to variant.h

parent 2537ab3b
No related branches found
No related tags found
No related merge requests found
......@@ -141,6 +141,16 @@ static const uint8_t SCK1 = PIN_SPI1_SCK;
#define PIN_USB_DP (23ul)
#define PIN_USB_HOST_ENABLE (24ul)
// I2S Interfaces
// --------------
#define I2S_INTERFACES_COUNT 1
#define I2S_DEVICE 0
#define I2S_CLOCK_GENERATOR 3
#define PIN_I2S_SD (PIN_A6)
#define PIN_I2S_SCK (2u)
#define PIN_I2S_FS (3u)
// Serial ports
// ------------
#ifdef __cplusplus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment