Skip to content

Commit 99b77e3

Browse files
committed
update feathers3 wire1 pin definition
1 parent 003db9e commit 99b77e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

variants/um_feathers3/pins_arduino.h

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ static const uint8_t RX = 44;
1616
static const uint8_t SDA = 8;
1717
static const uint8_t SCL = 9;
1818

19+
#define WIRE1_PIN_DEFINED 1 // See Wire.cpp at bool TwoWire::initPins(int sdaPin, int sclPin)
20+
static const uint8_t SDA1 = 16;
21+
static const uint8_t SCL1 = 15;
22+
1923
static const uint8_t SS = 5;
2024
static const uint8_t MOSI = 35;
2125
static const uint8_t MISO = 37;

0 commit comments

Comments
 (0)