zephyr/dts/bindings/sensor/dfrobot,a01nyub.yaml
Oliver King fbc6a91a5a drivers: sensor: a01nyub: added driver
Added a driver for the DFRobot A01NYUB distance sensor. This sensor
sends its readings via UART at 9600 baud. This driver uses interrupts
to read the data from the sensor.

Signed-off-by: Oliver King <oliver.king@steadconnect.com>
2023-07-26 13:28:28 +02:00

9 lines
198 B
YAML

# Copyright (c) 2023 Steadconnect
# SPDX-License-Identifier: Apache-2.0
description: DFRobot A01NYUB Distance Sensor
compatible: "dfrobot,a01nyub"
include: [sensor-device.yaml, uart-device.yaml]