Add automated build and functional tests for the HC-SR04. Signed-off-by: Adrien Leravat <adrien.leravat@gmail.com>
12 lines
203 B
YAML
12 lines
203 B
YAML
# Copyright (c) 2024 Adrien Leravat
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
tests:
|
|
drivers.sensor.hc-sr04:
|
|
tags:
|
|
- drivers
|
|
- sensor
|
|
- subsys
|
|
platform_allow:
|
|
- native_sim
|