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 070f817

Browse files
Merge pull request #10 from per1234/fix-power-macros
Correct values of Nano 33 BLE power save pin macros
2 parents 0cb4082 + fecd9f8 commit 070f817

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎variants/ARDUINO_NANO33BLE/pins_arduino.h‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ static const uint8_t SCK = PIN_SPI_SCK;
118118
#define PIN_WIRE_SDA1 (30u)
119119
#define PIN_WIRE_SCL1 (31u)
120120

121-
#define PIN_ENABLE_SENSORS_3V3 (32u)
122-
#define PIN_ENABLE_I2C_PULLUP (33u)
121+
#define PIN_ENABLE_I2C_PULLUP (32u)
122+
#define PIN_ENABLE_SENSORS_3V3 (33u)
123123

124124
#define PIN_INT_APDS (26u)
125125

0 commit comments

Comments
(0)

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