Skip to content

Correct values of Nano 33 BLE power save pin macros #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions variants/ARDUINO_NANO33BLE/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ static const uint8_t SCK = PIN_SPI_SCK;
#define PIN_WIRE_SDA1 (30u)
#define PIN_WIRE_SCL1 (31u)

#define PIN_ENABLE_SENSORS_3V3 (32u)
#define PIN_ENABLE_I2C_PULLUP (33u)
#define PIN_ENABLE_I2C_PULLUP (32u)
#define PIN_ENABLE_SENSORS_3V3 (33u)

#define PIN_INT_APDS (26u)

Expand Down