zephyr/tests/drivers/sensor/hc-sr04/prj.conf
Adrien Leravat 1d6a89d26e tests: drivers: sensor: add hc-sr04 tests
Add automated build and functional tests for the HC-SR04.

Signed-off-by: Adrien Leravat <adrien.leravat@gmail.com>
2024-11-16 14:00:34 -05:00

13 lines
201 B
Text

# Copyright (c) 2024 Adrien Leravat
# SPDX-License-Identifier: Apache-2.0
CONFIG_ZTEST=y
# Set log levels
CONFIG_SENSOR_LOG_LEVEL_WRN=y
# Enable sensors
CONFIG_SENSOR=y
# Enable GPIO
CONFIG_GPIO=y