Skip to content

Update I2C implementation for senseBox MCU-S2 ESP32S2 #9132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 2, 2024

Conversation

mariopesch
Copy link

After encountering the problem that a forbidden pin (GPIO 45) is used for the secondary I2C on the senseBox MCU-S2 we tried to find a solution which now works.

Added two flags to make use of internal pull ups in the board definition and added a possibility to bypass the pass for invalid pins for I2C.

Thanks @dhalbert for pointing to the right direction.

@tannewt tannewt requested a review from dhalbert April 2, 2024 17:27
Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks fine. Glad there was a relatively easy solution.

@dhalbert dhalbert merged commit 1e3a735 into adafruit:main Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants