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:
committed by
Abhishek Malik
parent
6f080db5cb
commit
f2b8921f1e
10
src/t6713/pyupm_t6713.i
Normal file
10
src/t6713/pyupm_t6713.i
Normal file
@@ -0,0 +1,10 @@
|
||||
%module pyupm_t6713
|
||||
%include "../upm.i"
|
||||
%include "stdint.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "t6713.h"
|
||||
%{
|
||||
#include "t6713.h"
|
||||
%}
|
||||
Reference in New Issue
Block a user