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 9e27273 commit 54f9d3cCopy full SHA for 54f9d3c
variants/adafruit_feather_scorpio/pins_arduino.h
@@ -30,10 +30,10 @@
30
#define PIN_SPI1_SS (31u)
31
32
// Wire
33
-#define PIN_WIRE0_SDA (2u)
34
-#define PIN_WIRE0_SCL (3u)
35
-#define PIN_WIRE1_SDA (31u)
36
-#define PIN_WIRE1_SCL (31u)
+#define PIN_WIRE0_SDA (24u)
+#define PIN_WIRE0_SCL (25u)
+#define PIN_WIRE1_SDA (2u)
+#define PIN_WIRE1_SCL (3u)
37
38
#define SERIAL_HOWMANY (2u)
39
#define SPI_HOWMANY (1u)
0 commit comments