Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lis3dh_i2c: fix TEMP_CFG_REG address #483

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 26, 2024

  1. lis3dh_i2c: fix TEMP_CFG_REG address

    TEMP_CFG_REG is 0x1F, not 0xC0. See https://www.mouser.com/datasheet/2/389/lis3dh-1849589.pdf#[{%22num%22%3A141%2C%22gen%22%3A0}%2C{%22name%22%3A%22XYZ%22}%2C61%2C439%2Cnull] . I suspect this is a typo since the value written to it is 0xC0.
    602p committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    87689a0 View commit details
    Browse the repository at this point in the history