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