Skip to content

Unnecessarily setting dataPin HIGH #5

@serialc

Description

@serialc

I'm working on making it function with 3V3 and while looking at the documentation noticed the following.

In SHT1x.cpp on line 220:
digitalWrite(_dataPin, HIGH);
is not necessary as it is already high.

Cheers,
C-

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