Skip to content

The Wire.beginTransmission() and Wire.endTransmission() should not be used together with Wire.requestFrom(). #6

@Koepel

Description

@Koepel

In the function "FDC1004::read16()", there is a Wire.beginTransmission() before the Wire.requestFrom() and a Wire.endTransmission() after a Wire.requestFrom(). Those can be removed.
Explanation: Common-mistakes, number 2 and 3.

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