zephyr/samples/sensor/pressure_polling/Kconfig
Remi Buisson ca7c6be61e samples: sensor: Barometric pressure polling generic example
Polls and reports pressure, temperature and altitude data

Signed-off-by: Remi Buisson <remi.buisson@tdk.com>
2025-04-07 15:17:44 +02:00

14 lines
189 B
Plaintext

# Copyright (c) 2024, TDK Invensense
# SPDX-License-Identifier: Apache-2.0
config LOG
default y
config LOG_PRINTK
default y
config SENSOR_LOG_LEVEL
default 4
source "Kconfig.zephyr"