Sample appication of TDK Invensense ICM42605 motion sensor. Signed-off-by: JuHyun Kim <jkim@invensense.com>
11 lines
175 B
Plaintext
11 lines
175 B
Plaintext
#
|
|
# Copyright (c) 2019 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
CONFIG_SPI=y
|
|
CONFIG_SENSOR=y
|
|
CONFIG_ICM42605=y
|
|
CONFIG_ICM42605_TRIGGER_OWN_THREAD=y
|