Replies: 1 comment 1 reply
-
So were you able to get I2C working instead of GPS using this? Been testing I2C integration with these boards with no luck |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just wanted to share my struggle 😁 It seems that the check for definitions here fails and the firmware enables i2c pins as the internal ones(17 and 16) and not D6 and D7. I couldn't find in
variant.h
where those two definitions are made, so I hade to explicitly un-define them just before this check, so the D6 and D7 actually work as SDA and SCL for i2c for that board:Beta Was this translation helpful? Give feedback.
All reactions