We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39be694 commit 164fcc6Copy full SHA for 164fcc6
variants/um_feathers3/pins_arduino.h
@@ -16,6 +16,10 @@ static const uint8_t RX = 44;
16
static const uint8_t SDA = 8;
17
static const uint8_t SCL = 9;
18
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
+
23
static const uint8_t SS = 5;
24
static const uint8_t MOSI = 35;
25
static const uint8_t MISO = 37;
0 commit comments