drivers: sensor: shtcx: add driver supporting shtc1 and shtc3

Add driver for sensirion consumer humidity sensor line.
Supports shtc1 and shtc3, but only shtc3 is tested.

Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
This commit is contained in:
Thomas Stranger 2021-05-07 17:18:25 +02:00 committed by Christopher Friedt
commit 22c8d9973b
7 changed files with 400 additions and 0 deletions

View file

@ -178,6 +178,8 @@ source "drivers/sensor/qdec_sam/Kconfig"
source "drivers/sensor/sbs_gauge/Kconfig"
source "drivers/sensor/shtcx/Kconfig"
source "drivers/sensor/sht3xd/Kconfig"
source "drivers/sensor/si7006/Kconfig"