tmp006: Added upm support for sensor TMP006

TMP006 is a infrared-thermopile sensor.

Signed-off-by: Norbert Wesp <nwesp@phytec.de>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Norbert Wesp
2017-02-14 11:59:01 +01:00
committed by Mihai Tudor Panu
parent e83b8ef114
commit 8342b4c079
10 changed files with 628 additions and 0 deletions

View File

@ -335,6 +335,7 @@ add_example (abpdrrt005pg2a5)
add_example (lcdks)
add_example (mmc35240)
add_example (tcs37727)
add_example (tmp006)
# These are special cases where you specify example binary, source file and module(s)
include_directories (${PROJECT_SOURCE_DIR}/src)