Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Pin definitions are swapped #98

Open
Petorrr opened this issue Aug 15, 2020 · 1 comment
Open

Pin definitions are swapped #98

Petorrr opened this issue Aug 15, 2020 · 1 comment

Comments

@Petorrr
Copy link

Petorrr commented Aug 15, 2020

#define PIN_ENABLE_SENSORS_3V3 (32u)

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)

@per1234
Copy link
Contributor

per1234 commented Aug 15, 2020

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants