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