pulsensor: Added new sensor (not stable and not documented yet)

Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
Kiveisha Yevgeniy
2014-06-18 09:37:50 +00:00
parent 2c0e83e406
commit d00500ba12
7 changed files with 309 additions and 0 deletions

View File

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