mma7455: added new accelerometer module

Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
Kiveisha Yevgeniy
2014-06-11 13:21:58 +00:00
parent 1c138d9167
commit 1dd8626044
7 changed files with 485 additions and 0 deletions

View File

@ -0,0 +1,4 @@
set (libname "mma7455")
set (libdecription "upm MMA7455")
add_library (mma7455 SHARED mma7455.cxx)
upm_module_init()