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

10
src/t6713/pyupm_t6713.i Normal file
View File

@@ -0,0 +1,10 @@
%module pyupm_t6713
%include "../upm.i"
%include "stdint.i"
%feature("autodoc", "3");
%include "t6713.h"
%{
#include "t6713.h"
%}