drivers/sensor: add support to ISM330DHCX IMU sensor
The ISM330DHCX is a ultra-low power IMU with a 3D digital accelerometer and 3D digital gyroscope tailored for Industry 4.0 applications, which can be interfaced through either I2C or SPI bus. https://www.st.com/resource/en/datasheet/ism330dhcx.pdf This driver is based on stmemsc i/f v1.02. Signed-off-by: Armando Visconti <armando.visconti@st.com>
This commit is contained in:
parent
bcdce1bd3a
commit
c0f7a1ac6f
15 changed files with 2577 additions and 0 deletions
|
@ -85,6 +85,8 @@ source "drivers/sensor/iis3dhhc/Kconfig"
|
|||
|
||||
source "drivers/sensor/isl29035/Kconfig"
|
||||
|
||||
source "drivers/sensor/ism330dhcx/Kconfig"
|
||||
|
||||
source "drivers/sensor/lis2dh/Kconfig"
|
||||
|
||||
source "drivers/sensor/lis2ds12/Kconfig"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue