-
Notifications
You must be signed in to change notification settings - Fork 229
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
esp32s3: i2c async broken in #1900 #1916
Comments
From what I see I2C does not have a HIL test, this should be fixed ASAP |
The same thing happens on esp32c6 :( |
Yes, I've already fixed that, PR will be published in next 30 minutes |
Thanks! |
This was referenced Aug 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Async i2c write_read() hangs after #1900 on an
esp32s3
This small program reads the seconds register from a DS3231 on pins sda:40 scl:41 once a second.
Cargo.toml:
The text was updated successfully, but these errors were encountered: