We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 935d5d2 commit a6003e9Copy full SHA for a6003e9
variants/um_feathers3/pins_arduino.h
@@ -16,7 +16,7 @@ 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)
+#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
0 commit comments