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:
Zion Orent
2014-12-15 16:21:06 -05:00
committed by Sarah Knepper
parent 1ac1760691
commit db1ca3d08a
8 changed files with 357 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
set (libname "grovespeaker")
set (libdescription "upm grovespeaker speaker module")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()