05-30-2019 11:28 PM
Guys,
Specifically looking at the latest BMA253 datasheet (BST-BMA253-DS000-01), section 4.3.1 says that "if (0x13) data_high_bw is '0' ('1'), then filtered (unfiltered) data is stored in the registers." However, the parameter descriptions for the get/set high bandwidth functions in the GitHub library indicate otherwise as shown below:
@param high_bw_u8 : The value of high bandwidth
high_bw_u8 | result
------------------- | ----------------------
0 | Unfiltered High Bandwidth
1 | Filtered Low Bandwidth
Which one is correct; the library or the datasheet?
Thank you for your time,
Kadem
05-31-2019 12:17 AM
Thank you for indicating this out.
The describtion in datasheet for data_high_bw is correct.
We will modify the API accordingly to fix this issue.