Question about LSM303AGR_ACC_SENSITIVITY_2G definition in lsm303agr.h
Hello STM32 community,
I've been examining the lsm303agr.h file from STMicroelectronics for the LSM303AGR accelerometer, and I came across something puzzling in line 197. In the code, it defines LSM303AGR_ACC_SENSITIVITY_2G as ((uint8_t)1), but according to the LSM303AGR datasheet, the linear acceleration sensitivity at ±2 g in normal mode is 3.9mg/LSB.
Could someone help me understand why there's a discrepancy between the code definition and the datasheet specifications? I'm curious about the reasoning behind this difference and how it might impact the usage of the accelerometer in my project.
Thank you in advance for any insights you can provide!

