STMicroelectronics / iis3dwb-pid

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

Missing IIS3DWB_HP_ODR_DIV_4 option #4

Closed escherstair closed 3 years ago

escherstair commented 3 years ago

After commit https://github.com/STMicroelectronics/iis3dwb/commit/e97f730f81edc59ee16d0ce4b856f8da9c40bc12 no more IIS3DWB_HP_ODR_DIV_4 option is available https://github.com/STMicroelectronics/iis3dwb/blob/e97f730f81edc59ee16d0ce4b856f8da9c40bc12/iis3dwb_reg.h#L879-L898

Looking to paragraph 9.17 of the datasheet this config seems be available - SLOPE/(ODR/4)

I think it should be defined with a value of 10. I can be wrong.

albezanc commented 3 years ago

for sure thanks for your contribution!