We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85ff6e commit b706fd4Copy full SHA for b706fd4
variants/modwifi/pins_arduino.h
@@ -27,7 +27,7 @@
27
#define Pins_Arduino_h
28
29
#define PIN_WIRE_SDA (2)
30
-#define PIN_WIRE_SCL (4)
+#define PIN_WIRE_SCL (14)
31
32
static const uint8_t SDA = PIN_WIRE_SDA;
33
static const uint8_t SCL = PIN_WIRE_SCL;
0 commit comments