Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit baca007

Browse filesBrowse files
Define Wire1 pins for ESP32-S3 PowerFeather (espressif#9398) (espressif#9431)
1 parent 654aead commit baca007
Copy full SHA for baca007

File tree

1 file changed

+4
-0
lines changed
Filter options

1 file changed

+4
-0
lines changed

‎variants/esp32s3_powerfeather/pins_arduino.h

Copy file name to clipboardExpand all lines: variants/esp32s3_powerfeather/pins_arduino.h
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ static const uint8_t SCK = 39;
2828
static const uint8_t SCL = 36;
2929
static const uint8_t SDA = 35;
3030

31+
#define WIRE1_PIN_DEFINED 1
32+
static const uint8_t SCL1 = 48;
33+
static const uint8_t SDA1 = 47;
34+
3135
static const uint8_t A0 = 10;
3236
static const uint8_t A1 = 9;
3337
static const uint8_t A2 = 8;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.