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

Commits on Oct 20, 2017

  1. Fix Early return when Address NAK is received

    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.
    stickbreaker authored Oct 20, 2017
    Configuration menu
    Copy the full SHA
    3fd0c6c View commit details
    Browse the repository at this point in the history