2014-08-26 19:33:39 +00:00
|
|
|
set (libname "gas")
|
|
|
|
set (libdescription "Gas sensors")
|
2014-08-26 20:30:41 +00:00
|
|
|
set (module_src ${libname}.cxx mq2.cxx mq3.cxx mq9.cxx)
|
|
|
|
set (module_h ${libname}.h mq2.h mq3.h mq9.h)
|
2014-08-26 19:33:39 +00:00
|
|
|
upm_module_init()
|