Skip to content

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

@Koepel

Description

@Koepel

The lines with waiting after a Wire.requestFrom() can be removed:

while(!Wire.available())
  ;

Explanation: Common-mistakes#1

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