Add automated build and functional tests for the HC-SR04. Signed-off-by: Adrien Leravat <adrien.leravat@gmail.com>
13 lines
201 B
Text
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
|