mirror of
https://github.com/eclipse/upm.git
synced 2025-07-06 20:01:12 +03:00
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
15
src/tmp006/pyupm_tmp006.i
Normal file
15
src/tmp006/pyupm_tmp006.i
Normal file
@ -0,0 +1,15 @@
|
||||
// Include doxygen-generated documentation
|
||||
%include "pyupm_doxy2swig.i"
|
||||
%module pyupm_tmp006
|
||||
%include "../upm.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
#ifdef DOXYGEN
|
||||
%include "tmp006_doc.i"
|
||||
#endif
|
||||
|
||||
%include "tmp006.hpp"
|
||||
%{
|
||||
#include "tmp006.hpp"
|
||||
%}
|
Reference in New Issue
Block a user