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 6849fe3 commit 644ed62Copy full SHA for 644ed62
variants/uno2018/pins_arduino.h
@@ -46,8 +46,8 @@ static const uint8_t MOSI = PIN_SPI_MOSI;
46
static const uint8_t MISO = PIN_SPI_MISO;
47
static const uint8_t SCK = PIN_SPI_SCK;
48
49
-#define PIN_WIRE_SDA (18)
50
-#define PIN_WIRE_SCL (19)
+#define PIN_WIRE_SDA (20)
+#define PIN_WIRE_SCL (21)
51
52
static const uint8_t SDA = PIN_WIRE_SDA;
53
static const uint8_t SCL = PIN_WIRE_SCL;
0 commit comments