grovemoisture: Initial UPM implementation
Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Zion Orent <zorent@ics.com> Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
This commit is contained in:
committed by
Sarah Knepper
parent
2d1ff0e318
commit
0ef81a3b1c
9
src/grovemoisture/pyupm_grovemoisture.i
Normal file
9
src/grovemoisture/pyupm_grovemoisture.i
Normal file
@@ -0,0 +1,9 @@
|
||||
%module pyupm_grovemoisture
|
||||
%include "../upm.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "grovemoisture.h"
|
||||
%{
|
||||
#include "grovemoisture.h"
|
||||
%}
|
||||
Reference in New Issue
Block a user