Skip to content

Create a pr for micropython that enables the default I2C bus to be used if no parameters provided. #391

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

Open
2 tasks done
gigapod opened this issue Jan 16, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@gigapod
Copy link
Member

gigapod commented Jan 16, 2025

Update micropython and submit a PR so that the default i2c bus is used if no value is passed when creating an I2C bus object.

This removes the need for the i2c driver needed to know what bus to use for a specific board - just use the default which is specified for the board (at least with the rp2 builds).

This should be investigated for the following micropython platfomrs/ports:

@malcolm-sparkfun
Copy link

Pull Request Submitted Here: micropython/micropython#16671. Tested against Pico W and Thing Plus. All CI/CD checks passing.

@malcolm-sparkfun malcolm-sparkfun moved this from In Development to Done in PDP Micro Python Qwiic Drivers Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants