zephyr/drivers/sensor/adxl345
TOKITA Hiroshi a70627a621 drivers: sensor: adxl345: Correct converting counts to sensor value
Sensor value unit is [m/s^2].
Currently calcs as [g/1000] unit.

Correcting calculation to convert [m/s^2].
Store the integer part to val1, and the fractional part to val2.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
2022-08-10 10:54:16 -05:00
..
adxl345.c drivers: sensor: adxl345: Correct converting counts to sensor value 2022-08-10 10:54:16 -05:00
adxl345.h drivers: sensor: adxl345: Add support SPI connection 2022-07-18 10:37:14 +00:00
CMakeLists.txt
Kconfig drivers: sensor: Convert Kconfig bus 'depends on' to 'select' 2022-08-08 06:58:18 +01:00