microphone: added new sensor

Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
Kiveisha Yevgeniy
2014-06-20 15:25:43 +00:00
parent 2fa9b7b6c9
commit 81c8baa071
7 changed files with 281 additions and 0 deletions

5
src/mic/CMakeLists.txt Normal file
View File

@@ -0,0 +1,5 @@
set (libname "mic")
set (libdescription "Microphone simple API")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()