htu21d: sensor added

Signed-off-by: William Penner <william.penner@intel.com>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
William Penner
2014-11-21 07:46:12 -08:00
committed by Brendan Le Foll
parent 9ab215b6fd
commit b53881a8d6
8 changed files with 513 additions and 0 deletions

13
src/htu21d/pyupm_htu21d.i Normal file
View File

@@ -0,0 +1,13 @@
%module pyupm_htu21d
%include "../upm.i"
%feature("autodoc", "3");
#ifdef DOXYGEN
%include "htu21d_doc.i"
#endif
%include "htu21d.h"
%{
#include "htu21d.h"
%}