commit | 0d543f1742bc45b195a2d374cc225a42a5390d36 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Wed Jun 16 22:12:25 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Fri Jul 09 07:48:15 2021 -0400 |
tree | e5ebd1172579ae42e7e1c1f01bbabac60ad89bb6 | |
parent | 7df3dae39df10ac27de2f1ce776cdb17697e92d3 [diff] |
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>