1#
2# Copyright (c) 2025 Microchip Technology Inc.
3#
4# SPDX-License-Identifier: Apache-2.0
5
6sample:
7  name: mtch9010 liquid leak detector testbench
8  description: Demonstration of the MTCH9010 liquid leak detector
9tests:
10  sample.sensor.mtch9010.capacitive:
11    tags: sensors
12    build_only: true
13    platform_allow:
14      - saml21_xpro
15    extra_args:
16      - DTC_OVERLAY_FILE="capacitive.overlay"
17  sample.sensor.mtch9010.conductive:
18    tags: sensors
19    build_only: true
20    platform_allow:
21      - saml21_xpro
22    extra_args:
23      - DTC_OVERLAY_FILE="conductive.overlay"
24