mq5:: added new sensor

Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
Kiveisha Yevgeniy
2014-08-26 20:39:58 +00:00
parent b5066c3d55
commit 03fa37b130
5 changed files with 171 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
set (libname "gas")
set (libdescription "Gas sensors")
set (module_src ${libname}.cxx mq2.cxx mq3.cxx mq9.cxx)
set (module_h ${libname}.h mq2.h mq3.h mq9.h)
set (module_src ${libname}.cxx mq2.cxx mq3.cxx mq5.cxx mq9.cxx)
set (module_h ${libname}.h mq2.h mq3.h mq5.h mq9.h)
upm_module_init()