We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7151c72 commit f1bfb97Copy full SHA for f1bfb97
variants/esp32p4/pins_arduino.h
@@ -10,8 +10,8 @@
10
static const uint8_t TX = 37;
11
static const uint8_t RX = 38;
12
13
-static const uint8_t SDA = 13;
14
-static const uint8_t SCL = 12;
+static const uint8_t SDA = 7;
+static const uint8_t SCL = 8;
15
16
// Use GPIOs 36 or lower on the P4 DevKit to avoid LDO power issues with high numbered GPIOs.
17
static const uint8_t SS = 26;
0 commit comments