Skip to content

Incorrect I2C address for magnetometer  #14

@kyle-kelly

Description

@kyle-kelly

According to the Table 20 of the LSM9DS1 datasheet, Line 36 in your file SparkFunLSM9DS1.h should be changed to

#define LSM9DS1_M_ADDR(sa1) ((sa1) == 0 ? 0x1C : 0x3C)

This change should propagate through the rest of your documentation.

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