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

Fix Early return when Address NAK is received #750

Merged
merged 1 commit into from
Oct 21, 2017
Merged

Fix Early return when Address NAK is received #750

merged 1 commit into from
Oct 21, 2017

Conversation

stickbreaker
Copy link
Contributor

The i2cWrite() function was returning to the app before the i2c transaction had completed. This caused the next Wire() call to return a I2C_ERROR_BUSY.

The i2cWrite() function was returning to the app before the i2c transaction had completed.  This caused the next Wire() call to return a I2C_ERROR_BUSY.
@me-no-dev me-no-dev merged commit 7eff707 into espressif:master Oct 21, 2017
@me-no-dev
Copy link
Member

Arghhh... thanks :)

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

Successfully merging this pull request may close these issues.

2 participants