zephyr/dts/bindings/sensor/seeed,hm330x.yaml
Benjamin Cabé 4d10c960da drivers: sensor: Add initial support for hm330x dust sensor
Adds initial support for hm330x dust sensor series. Allows to read PM1,
PM2.5 and PM10 concentrations in atmospheric environment. A further
update to the driver may add support for also reading "standard" CF1
concentrations by exposing of a custom sensor attribute or a Kconfig
option. Tested with Grove - Laser PM2.5 Sensor (HM3301) attached to a
Wio Terminal.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2023-09-25 19:53:49 +02:00

10 lines
223 B
YAML

# Copyright (c) 2023 benjamin@zephyrproject.org
# SPDX-License-Identifier: Apache-2.0
description: |
Seeed Studio HM330x dust particle sensor
compatible: "seeed,hm330x"
include: [sensor-device.yaml, i2c-device.yaml]