Unverified Commit baca0079 authored by powerfeatherdev's avatar powerfeatherdev Committed by GitHub

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

parent 654aeada
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment