2014-08-26 19:33:39 +00:00
|
|
|
set (libname "gas")
|
|
|
|
|
set (libdescription "Gas sensors")
|
2015-09-14 16:20:18 -06:00
|
|
|
set (module_src ${libname}.cxx mq2.cxx mq3.cxx mq4.cxx mq5.cxx mq6.cxx mq7.cxx mq8.cxx mq9.cxx tp401.cxx)
|
2016-04-25 14:27:51 -07:00
|
|
|
set (module_hpp ${libname}.hpp mq2.hpp mq3.hpp mq4.hpp mq5.hpp mq6.hpp mq7.hpp mq8.hpp mq9.hpp tp401.hpp)
|
2014-08-26 19:33:39 +00:00
|
|
|
upm_module_init()
|