commit | 4d10c960da80baf81e6d6be0c515fd7237fcb7ef | [log] [tgz] |
---|---|---|
author | Benjamin Cabé <benjamin@zephyrproject.org> | Mon Sep 18 19:11:38 2023 +0200 |
committer | Carles Cufí <carles.cufi@nordicsemi.no> | Mon Sep 25 19:53:49 2023 +0200 |
tree | 216f2ee5d2b25384537851ea293d4ff42a167bc8 | |
parent | 0ff2ba8c8ecb49a03649b19a2b0ec83d976bb1b4 [diff] |
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>