Skip to content

Fix for I2C bus not always working correctly after a slave device call end() #319

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
May 20, 2024

Conversation

maidnl
Copy link
Contributor

@maidnl maidnl commented May 16, 2024

It has been observed on I2C bus with heavy load of traffic that sometimes after the call of end() from a slave, the I2C bus gets in a weird state in which the master is not more able to start an I2C transaction correctly: this commits fixes this problem.

@maidnl maidnl requested a review from facchinm May 16, 2024 09:50
@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: code Related to content of the project itself labels May 16, 2024
@facchinm facchinm merged commit 2ef2b3a into arduino:main May 20, 2024
6 of 7 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants