10 lines
119 B
OpenEdge ABL
10 lines
119 B
OpenEdge ABL
|
|
%module pyupm_mq303a
|
||
|
|
%include "../upm.i"
|
||
|
|
|
||
|
|
%feature("autodoc", "3");
|
||
|
|
|
||
|
|
%include "mq303a.h"
|
||
|
|
%{
|
||
|
|
#include "mq303a.h"
|
||
|
|
%}
|