Skip to content

Examples pull raw data in incorrectly #5

@schwghrt

Description

@schwghrt

All of the examples pull in the raw data as an 'unsigned int'. This is an 18-bit device. The data needs to be pulled in as 'unsigned long'.

This bug causes the first two significant digits to be dropped. This makes the readings useless. You can see it in the examples because the normal Earth field is showing up as -4 and -7 Gauss. Also, the 'heading' example is also useless with this bug.

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