drivers: sensor: add icm42670 6-axis accelerometer driver
the icm42670 from Invensense/TDK is a 6-axis accelerometer with gyroscope and temperature sensing capabilities. this initial driver does not support the devices 2K FIFO or many of the other advanced features. Instead, only basic features are implemented. Signed-off-by: Mikkel Jakobsen <mikkel.aunsbjerg@escolifesciences.com>
This commit is contained in:
parent
7a431dca95
commit
0b0c2e78e0
12 changed files with 1621 additions and 0 deletions
|
@ -104,6 +104,8 @@ source "drivers/sensor/i3g4250d/Kconfig"
|
|||
|
||||
source "drivers/sensor/icm42605/Kconfig"
|
||||
|
||||
source "drivers/sensor/icm42670/Kconfig"
|
||||
|
||||
source "drivers/sensor/iis2dh/Kconfig"
|
||||
|
||||
source "drivers/sensor/iis2dlpc/Kconfig"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue