drivers/sensor: Add basic TI HDC20XX support
Add basic support for TI HDC20XX series (e.g. HDC2010, HDC2021, HDC2022, HDC2080). It is able to get temperature and humidity in the default 14-bit resolution. Triggers, resolution selection, interrupt line, auto measurement mode are currently not supported. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
7df3dae39d
commit
0d543f1742
10 changed files with 252 additions and 0 deletions
|
@ -92,6 +92,8 @@ source "drivers/sensor/grove/Kconfig"
|
|||
|
||||
source "drivers/sensor/ti_hdc/Kconfig"
|
||||
|
||||
source "drivers/sensor/ti_hdc20xx/Kconfig"
|
||||
|
||||
source "drivers/sensor/hmc5883l/Kconfig"
|
||||
|
||||
source "drivers/sensor/hp206c/Kconfig"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue