Skip to content

No need to wait after Wire.requestFrom(). #55

Description

@Koepel

These lines in the file "bitlash/src/eeprom.c" can be removed.

while(Wire.available() == 0)
{}

There is no need to wait after Wire.requestFrom(). When the Wire.requestFrom() returns, the I2C transaction has completely finished.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions