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:
committed by
Mihai Tudor Panu
parent
e83b8ef114
commit
8342b4c079
8
src/tmp006/jsupm_tmp006.i
Normal file
8
src/tmp006/jsupm_tmp006.i
Normal file
@@ -0,0 +1,8 @@
|
||||
%module jsupm_tmp006
|
||||
%include "../upm.i"
|
||||
|
||||
%{
|
||||
#include "tmp006.hpp"
|
||||
%}
|
||||
|
||||
%include "tmp006.hpp"
|
||||
Reference in New Issue
Block a user