We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
writeto_then_readfrom isn't available on CircuitPython's busio.I2C (yet). This library should do the same detection routine as I2CDevice does.
Found here: https://forums.adafruit.com/viewtopic.php?f=60&t=154454
The text was updated successfully, but these errors were encountered:
Thanks. I think this is on me. Will take a look.
Need to keep CP calls to write_then_readinto from landing here: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice/blob/master/adafruit_bus_device/i2c_device.py#L147 Only blinka calls should go down that route.
write_then_readinto
Sorry, something went wrong.
Merge pull request #12 from caternuson/iss11
c5617b7
Possible fix for #11
I'm closing. We can reopen if needed. Hopefully fixed with #12
caternuson
No branches or pull requests
writeto_then_readfrom isn't available on CircuitPython's busio.I2C (yet). This library should do the same detection routine as I2CDevice does.
Found here: https://forums.adafruit.com/viewtopic.php?f=60&t=154454
The text was updated successfully, but these errors were encountered: