Skip to content

Wire.requestFrom() should not be followed by Wire.endTransmission(). #80

@Koepel

Description

@Koepel

In the file "examples/PortableC/Example999_Portable/Example999_Portable.ino" there is a Wire.endTransmission() after a Wire.requestFrom(). That Wire.endTransmission() is currently at line 205 and should be removed.

Explanation: Common-mistakes#2
See also my alternative explanation of the functions of the Wire library.

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