Skip to content

reading hdc1000 temperature & humidity #2

Description

@karelv

data1 = bus.read_byte(0x41)

I had to change the line above to:

data1 = bus.read_byte(0x40)

Same for

data1 = bus.read_byte(0x41)

After that change it works!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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