Define Wire1 pins for ESP32-S3 PowerFeather (#9398)

This commit is contained in:
powerfeatherdev 2024-03-21 20:26:12 +08:00 committed by GitHub
parent 651a14c8d3
commit 9da60f4357
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,10 @@ static const uint8_t SCK = 39;
static const uint8_t SCL = 36;
static const uint8_t SDA = 35;
#define WIRE1_PIN_DEFINED 1
static const uint8_t SCL1 = 48;
static const uint8_t SDA1 = 47;
static const uint8_t A0 = 10;
static const uint8_t A1 = 9;
static const uint8_t A2 = 8;