upm/src/max5487/pyupm_max5487.i

10 lines
122 B
OpenEdge ABL
Raw Normal View History

%module pyupm_max5487
%include "../upm.i"
%feature("autodoc", "3");
%include "max5487.h"
%{
#include "max5487.h"
%}