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:
Jon Trulson
2014-12-02 16:45:40 -07:00
committed by Sarah Knepper
parent 2d1ff0e318
commit 0ef81a3b1c
8 changed files with 271 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
%module jsupm_grovemoisture
%include "../upm.i"
%{
#include "grovemoisture.h"
%}
%include "grovemoisture.h"