Skip to content

Small Issue in readRegisterRegion #39

Description

@julia-project-stardust

In the I2C case for readRegisterRegion, the line if( Wire.endTransmission() != 0 ) should be if( Wire.endTransmission(false) != 0 ), as the LSM6DS3TR-C datasheet specifies that a repeated START should be used after writing the register address and before reading the data, rather than a STOP

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status
    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions