-
Notifications
You must be signed in to change notification settings - Fork 5
DPS310_Advanced not passing on non-default I2C address #21
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
Comments
@caternuson i can put together a patch or you can - either way |
Is this solved then? |
Probably. But let's wait till there's a release so it gets in bundle and can then have the forum poster try it out. |
They report success: Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Re this thread:
https://forums.adafruit.com/viewtopic.php?f=60&t=189700
The
DPS310_Advanced
subclass needs to pass theaddress
parameter on to super. Instead, it's passing the_DPS310_DEFAULT_ADDRESS
const:Adafruit_CircuitPython_DPS310/adafruit_dps310/advanced.py
Line 200 in 8c4112e
The text was updated successfully, but these errors were encountered: