LIS2DW12 Accelerometers I2C address and read data
Hi all,
I use Arduino to read the LIS2DW12 sensor. The circuit of sensor was as below.
According to the circuit, the I2C address was 0x18. But when I use Arduino to scan the address, sometimes it has no response. Has any connection I miss?
To read the data, I use the multil2c example from github.
https://github.com/arraym/LIS2DW12-Arduino-Lib
But the value of raw data is always same value.
Was the lib incorrect?
