Skip to content

Commit 644ed62

Browse files
committed
Restore Wire pins
Restore Wire pins which got lost during bcmi-labs/ArduinoCore-avr-api@3a86847
1 parent 6849fe3 commit 644ed62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/uno2018/pins_arduino.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ static const uint8_t MOSI = PIN_SPI_MOSI;
4646
static const uint8_t MISO = PIN_SPI_MISO;
4747
static const uint8_t SCK = PIN_SPI_SCK;
4848

49-
#define PIN_WIRE_SDA (18)
50-
#define PIN_WIRE_SCL (19)
49+
#define PIN_WIRE_SDA (20)
50+
#define PIN_WIRE_SCL (21)
5151

5252
static const uint8_t SDA = PIN_WIRE_SDA;
5353
static const uint8_t SCL = PIN_WIRE_SCL;

0 commit comments

Comments
 (0)