Skip to content

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

@Koepel

Description

@Koepel

When the Wire.requestFrom() returns, the I2C transaction has completely finished and the received data is in the receive buffer of the Wire library. The Wire.read() only reads the data from that buffer.

The waiting with the delay is not needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions