You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 16, 2021. It is now read-only.
The following pin definitions are swapped compared to the table in variants.cpp. The definitions should read;
#define PIN_ENABLE_I2C_PULLUP (32u)
#define PIN_ENABLE_SENSORS_3V3 (33u)
The text was updated successfully, but these errors were encountered:
You are likely already aware, but it's important to mention it here to give the full information related to the issue: this was fixed in arduino/ArduinoCore-mbed#10
but it has not been backported to this boards platform or released.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ArduinoCore-nRF528x-mbedos/variants/ARDUINO_NANO33BLE/pins_arduino.h
Line 121 in 6216632
The following pin definitions are swapped compared to the table in variants.cpp. The definitions should read;
#define PIN_ENABLE_I2C_PULLUP (32u)
#define PIN_ENABLE_SENSORS_3V3 (33u)
The text was updated successfully, but these errors were encountered: