Skip to content
Snippets Groups Projects
Commit 726f9eea authored by Nicolò's avatar Nicolò
Browse files

MY_LIS3DSHDefs fixed the sensitivity values

MY_LIS3DSHDefs had wrong sensitivity values. Now corrected.
parent f2515975
No related branches found
No related tags found
No related merge requests found
Pipeline #7227 failed
......@@ -108,7 +108,7 @@ constexpr uint8_t WHO_AM_I_ID = 0x3F; // Here it is 00111111 -> 0x3F
// Sensitivity values from the mechanical characteristics (Table 4 pag.10)
// Here there are 3 different values for the 3 power modes Low power, Normal,
// High Rate
constexpr float SENSITIVITY_VALUES[] = {0.006, 0.012, 0.018, 0.24, 0.73};
constexpr float SENSITIVITY_VALUES[] = {0.06, 0.12, 0.18, 0.24, 0.73};
} // namespace LIS3DSHDefs
} // namespace Boardcore
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment