Skip to content

I2c._sendAddress sends wrong address #10

@PhilHaw

Description

@PhilHaw

I've found that I2c._sendAddress(address) is actually sending the address shifted right one bit.

For example, if address is 0x30 then I2c._sendAddress(address) actually sends 0x18.

As a workaround I have to use I2c._sendAddress(address << 1);

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