ArduinoCore-nRF528x-mbedos icon indicating copy to clipboard operation
ArduinoCore-nRF528x-mbedos copied to clipboard

Pin definitions are swapped

Open Petorrr opened this issue 4 years ago • 1 comments

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)

Petorrr avatar Aug 15 '20 12:08 Petorrr

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.

per1234 avatar Aug 15 '20 12:08 per1234