mlx90614: added new sensor (ir temperature), there is an issue with repeated start bit in i2c thus the sensor return incorrect data
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
5
src/mlx90614/CMakeLists.txt
Normal file
5
src/mlx90614/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
set (libname "mlx90614")
|
||||
set (libdescription "Infrared thermometer designed for non-contact emperature sensing")
|
||||
set (module_src ${libname}.cxx)
|
||||
set (module_h ${libname}.h)
|
||||
upm_module_init()
|
||||
Reference in New Issue
Block a user