You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
The text was updated successfully, but these errors were encountered: