mirror of
https://github.com/eclipse/upm.git
synced 2025-12-15 21:36:18 +03:00
grovespeaker: Initial implementation of Grove Speaker
Signed-off-by: Zion Orent <zorent@ics.com> Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
This commit is contained in:
committed by
Sarah Knepper
parent
1ac1760691
commit
db1ca3d08a
8
src/grovespeaker/jsupm_grovespeaker.i
Normal file
8
src/grovespeaker/jsupm_grovespeaker.i
Normal file
@@ -0,0 +1,8 @@
|
||||
%module jsupm_grovespeaker
|
||||
%include "../upm.i"
|
||||
|
||||
%{
|
||||
#include "grovespeaker.h"
|
||||
%}
|
||||
|
||||
%include "grovespeaker.h"
|
||||
Reference in New Issue
Block a user