Skip to content
This repository was archived by the owner on Mar 20, 2021. It is now read-only.
This repository was archived by the owner on Mar 20, 2021. It is now read-only.

Wire.beginTransmission and Wire.endTransmission should not be used together with Wire.requestFrom. #5

@Koepel

Description

@Koepel

In the file "MHML/hardware/src/max30102.cpp", the Wire.requestFrom() has a Wire.beginTransmission() before it and a Wire.endTransmission() after it. Those Wire.beginTransmission() and Wire.endTransmission() may 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