mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-07 01:15:20 +00:00
Add sample application for sensor lsm6dso. This sample has been tested on stm32l562e_dk board, where lsm6dso is connect to I2C bus. Signed-off-by: Yestin Sun <sunyi0804@gmail.com>
6 lines
109 B
Plaintext
6 lines
109 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_I2C=y
|
|
CONFIG_SENSOR=y
|
|
CONFIG_LSM6DSO=y
|
|
CONFIG_LSM6DSO_TRIGGER_GLOBAL_THREAD=y
|