hdc1000: Added upm support for sensor HDC1000
The HDC1000 is a digital humidity sensor with integrated temperature 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
5c837f22cb
commit
aecdac255d
15
src/hdc1000/pyupm_hdc1000.i
Normal file
15
src/hdc1000/pyupm_hdc1000.i
Normal file
@@ -0,0 +1,15 @@
|
||||
// Include doxygen-generated documentation
|
||||
%include "pyupm_doxy2swig.i"
|
||||
%module pyupm_hdc1000
|
||||
%include "../upm.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
#ifdef DOXYGEN
|
||||
%include "hdc1000_doc.i"
|
||||
#endif
|
||||
|
||||
%include "hdc1000.hpp"
|
||||
%{
|
||||
#include "hdc1000.hpp"
|
||||
%}
|
||||
Reference in New Issue
Block a user