-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
Fix bug with unwanted read or write after I2C operation #709
Conversation
- Fix nanoframework/Home#319 Signed-off-by: josesimoes <[email protected]>
Hi @josesimoes, I'm nanoFramework bot. A human will be reviewing it shortly. 😉 |
@MikroBusNet could please give this one a try with your collection of I2C devices? TIA! |
First functionnal tests seem to show that it is working. I get expected results on (almost) all devices I have checked. I have commited (by error as I wanted to create a branch) a change in the managed assembly to enable address "0", however. This address is valid and is used by some devices (e.g. CY8C201A0). I will make more tests with the logic analyzer to confirm that the data sent/received is what is expected. |
Complete test sequence with an Eeprom :
This is expected communication. |
@MikroBusNet thank you vey much for your thorough testing and reporting! 💯 🥇 |
Description
Motivation and Context
How Has This Been Tested?
Screenshots
Types of changes
Checklist:
Signed-off-by: josesimoes [email protected]