From 895740f61640d55f269979ed41cc3fb18d937349 Mon Sep 17 00:00:00 2001 From: agdl Date: Wed, 27 Nov 2019 10:25:05 +0100 Subject: [PATCH] Added I2S definitions for NANO 33 IoT --- variants/nano_33_iot/variant.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/variants/nano_33_iot/variant.h b/variants/nano_33_iot/variant.h index 8919a281e..3c2b89f11 100644 --- a/variants/nano_33_iot/variant.h +++ b/variants/nano_33_iot/variant.h @@ -163,7 +163,14 @@ static const uint8_t SCL = PIN_WIRE_SCL; // I2S Interfaces // -------------- -#define I2S_INTERFACES_COUNT 0 +#define I2S_INTERFACES_COUNT 1 + +#define I2S_DEVICE 0 +#define I2S_CLOCK_GENERATOR 3 + +#define PIN_I2S_SD (4u) +#define PIN_I2S_SCK (PIN_A3) +#define PIN_I2S_FS (PIN_A2) // Serial ports // ------------ pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy