mirror of
https://github.com/eclipse/upm.git
synced 2025-07-12 06:41:12 +03:00
am2315: 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
da50225566
commit
03cca53d2a
13
src/am2315/pyupm_am2315.i
Normal file
13
src/am2315/pyupm_am2315.i
Normal file
@ -0,0 +1,13 @@
|
||||
%module pyupm_am2315
|
||||
%include "../upm.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
#ifdef DOXYGEN
|
||||
%include "am2315_doc.i"
|
||||
#endif
|
||||
|
||||
%include "am2315.h"
|
||||
%{
|
||||
#include "am2315.h"
|
||||
%}
|
Reference in New Issue
Block a user