t6713: Initial Implementation Amphenol Telaire 6713 Series CO2 sensor

Signed-off-by: Henry Bruce <henry.bruce@intel.com>
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
Henry Bruce
2016-01-06 15:31:46 -08:00
committed by Abhishek Malik
parent 6f080db5cb
commit f2b8921f1e
5 changed files with 460 additions and 0 deletions

5
src/t6713/CMakeLists.txt Normal file
View File

@ -0,0 +1,5 @@
set (libname "t6713")
set (libdescription "upm Amphenol Telaire 6713 Series CO2 Module")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()