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
I2C scanning in general is a hack. It's not part of the I2C spec. And some I2C devices are just weird.
A write is probably more robust. It's more likely to get a NACK from devices when attempting to do a read out of no where. But there is no standard since there is no actual spec for I2C scanning.
change _i2c_scan from doing writes to a single read #11
execuc#11
The text was updated successfully, but these errors were encountered: