From ba9115e1af70a3e8aef987a123bb878f44705a7c Mon Sep 17 00:00:00 2001 From: Gregg Date: Sat, 17 Feb 2024 10:46:20 -0600 Subject: [PATCH] Update FeatherPins.h Changed F21 from pin 35 to pin 38 for ESP32-S3 to avoid conflicting with Octal PSRAM. --- src/FeatherPins.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FeatherPins.h b/src/FeatherPins.h index 8cb26a8..e513d94 100644 --- a/src/FeatherPins.h +++ b/src/FeatherPins.h @@ -61,7 +61,7 @@ #elif defined(ARDUINO_ESP32S3_DEV) enum { - F13=5,F12=6,F27=7,F15=16,F32=17,F14=18,F16=37,F17=36,F21=35, // Digital Only (9 pins) + F13=5,F12=6,F27=7,F15=16,F32=17,F14=18,F16=37,F17=36,F21=38, // Digital Only (9 pins) F26=1,F25=2,F34=20,F39=19,F36=15,F4=4, // A0-A5 F22=9,F23=8, // I2C SCL/SDA F5=12,F18=11,F19=13,F33=10, // SPI SCK/SDO/SDI/CS