mq8: Initial implementation

Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Jon Trulson
2015-09-14 15:36:45 -06:00
committed by Mihai Tudor Panu
parent d7bc084565
commit 3b7eb9afc2
10 changed files with 329 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 mq5.cxx mq7.cxx mq9.cxx tp401.cxx)
set (module_h ${libname}.h mq2.h mq3.h mq5.h mq7.h mq9.h tp401.h)
set (module_src ${libname}.cxx mq2.cxx mq3.cxx mq5.cxx mq7.cxx mq8.cxx mq9.cxx tp401.cxx)
set (module_h ${libname}.h mq2.h mq3.h mq5.h mq7.h mq8.h mq9.h tp401.h)
upm_module_init()