mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 10:21:19 +03:00
mpl3115a2: 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:

committed by
Brendan Le Foll

parent
ce928907eb
commit
c34939cfb4
13
src/mpl3115a2/pyupm_mpl3115a2.i
Normal file
13
src/mpl3115a2/pyupm_mpl3115a2.i
Normal file
@ -0,0 +1,13 @@
|
||||
%module pyupm_mpl3115a2
|
||||
%include "../upm.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
#ifdef DOXYGEN
|
||||
%include "mpl3115a2_doc.i"
|
||||
#endif
|
||||
|
||||
%include "mpl3115a2.h"
|
||||
%{
|
||||
#include "mpl3115a2.h"
|
||||
%}
|
Reference in New Issue
Block a user