mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-22 03:45:22 +00:00
Added driver for the absolute pressure sensor WSEN-PADS Signed-off-by: Matthias Hauser <Matthias.Hauser@we-online.de>
10 lines
266 B
YAML
10 lines
266 B
YAML
# Copyright (c) 2023 Würth Elektronik eiSos GmbH & Co. KG
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
Würth Elektronik WSEN-PADS absolute pressure sensor (I2C bus)
|
|
|
|
compatible: "we,wsen-pads"
|
|
|
|
include: ["i2c-device.yaml", "we,wsen-pads-common.yaml"]
|