-
-
Notifications
You must be signed in to change notification settings - Fork 212
Wire: fix "Arduino way" I2C scan #214
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
Conversation
Memory usage change @ da21f0e
Click for full report table
Click for full report CSV
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on 3a2a248 with 2 connected devices (LM75B and AT24CXX) read works fine also on Portenta. I think we could remove conditional compilation directives.
I checked the changes on my Pi Pico and can confirm, that the I2C scan is now working as expected. |
Revert PR arduino#214, as discussed in issue 414.
@sievers
Completely fixes #212
Portenta is a bit peculiar and responds correctly to the zero bytes write() but not to the read(); to be investigated.