Skip to content
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

Should this open pr be pulled over from execuc/u2if - i2c scanning #16

Open
freemansoft opened this issue Jan 19, 2025 · 1 comment
Open

Comments

@freemansoft
Copy link

change _i2c_scan from doing writes to a single read #11

execuc#11

@caternuson
Copy link

Are you experiencing I2C scanning issues?

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants