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
@dpgeorge We also ran into the issue of not being able to do zero-length I2C writes on RP2040. I see your code uses bitbang I2C to substitute. But could you say why you are doing writes of length <= 2 instead of 0 by bitbang? I thought It was just address-only writes that were an issue, but I may be misreading something. Thanks for your insight.