Files
upm/src/gas/pyupm_gas.i
Kiveisha Yevgeniy 4eb6c4e19d mq9:: added new sensor
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
2014-08-26 19:33:39 +00:00

13 lines
164 B
OpenEdge ABL

%module pyupm_gas
%include "../upm.i"
%include "../carrays_uint16_t.i"
%include "stdint.i"
%feature("autodoc", "3");
%include "gas.h"
%{
#include "gas.h"
%}