ArduinoCore-nRF528x-mbedos
ArduinoCore-nRF528x-mbedos copied to clipboard
Pin definitions are swapped
https://github.com/arduino/ArduinoCore-nRF528x-mbedos/blob/6216632cc70271619ad43547c804dabb4afa4a00/variants/ARDUINO_NANO33BLE/pins_arduino.h#L121
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)
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 https://github.com/arduino/ArduinoCore-mbed/pull/10
but it has not been backported to this boards platform or released.