Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 164fcc6

Browse files
ericlewispre-commit-ci-lite[bot]SuGlider
authored
fix(board): Update feathers3 wire1 pin definition (#11001)
* update feathers3 wire1 pin definition * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
1 parent 39be694 commit 164fcc6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎variants/um_feathers3/pins_arduino.h‎

Lines changed: 4 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /