Skip to content

Small problem in readRegisterRegion #31

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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions