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
Hi everyone. Could you have a look at bundling same operations in your I2C implementation?
This is required for the pn532 crate to work correctly, see WMT-GmbH/pn532#27
Two consecutive reads should be bundled together.
Two consecutive writes should be bundled together.
Thank you for opening this issue. If anyone is willing to implement and test this I'm happy to merge in a PR, as I won't be able to work on this myself anytime soon due to other priorities.
Hi everyone. Could you have a look at bundling same operations in your I2C implementation?
This is required for the pn532 crate to work correctly, see WMT-GmbH/pn532#27
Two consecutive reads should be bundled together.
Two consecutive writes should be bundled together.
Quote from the docs (emphasis mine):
Transaction contract:
The text was updated successfully, but these errors were encountered: