groveloudness: Initial implementation
This module implements support for the Grove Loudness sensor. 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
38a14eb068
commit
2eb0047643
9
src/groveloudness/pyupm_groveloudness.i
Normal file
9
src/groveloudness/pyupm_groveloudness.i
Normal file
@@ -0,0 +1,9 @@
|
||||
%module pyupm_groveloudness
|
||||
%include "../upm.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "groveloudness.h"
|
||||
%{
|
||||
#include "groveloudness.h"
|
||||
%}
|
||||
Reference in New Issue
Block a user