drivers: sensor: Initial driver of Invensense ICM42605
Initial driver and sample application of TDK Invensense ICM42605 6-axis motion sensor. This driver provide DTS for nRF52 DK board DTS setting. Providing features are below. Sensor data streaming - Accel, gyro Tap, Double tap triggering. Set/Get FSR, ODR by set attr API Support multi instance feature. Signed-off-by: JuHyun Kim <jkim@invensense.com>
This commit is contained in:
parent
1badf77961
commit
cc56fb5247
13 changed files with 1986 additions and 0 deletions
|
@ -92,6 +92,8 @@ source "drivers/sensor/hp206c/Kconfig"
|
|||
|
||||
source "drivers/sensor/hts221/Kconfig"
|
||||
|
||||
source "drivers/sensor/icm42605/Kconfig"
|
||||
|
||||
source "drivers/sensor/iis2dh/Kconfig"
|
||||
|
||||
source "drivers/sensor/iis2dlpc/Kconfig"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue