STMicroelectronics / lsm6dso32-pid

lsm6dso32 platform independent driver based on Standard C language and compliant with MISRA standard
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

XL rate incorrectness #4

Closed avrland closed 5 months ago

avrland commented 6 months ago

Previewing lsm6dso32 datasheet (DocID032891 Rev 1) I found out that lowest XL rate is 1.6Hz, not 6,5Hz.

Lines below should be corrected as they are misleading: https://github.com/STMicroelectronics/lsm6dso32-pid/blob/49919136f3011d7243906dd25e69df90501063ed/lsm6dso32_reg.h#L2680 https://github.com/STMicroelectronics/lsm6dso32-pid/blob/49919136f3011d7243906dd25e69df90501063ed/lsm6dso32_reg.h#L2702

avrland commented 6 months ago

Related PR: https://github.com/STMicroelectronics/lsm6dso32-pid/pull/7

avisconti commented 5 months ago

Fixed by 3bf252e