upm/src/stepmotor/pyupm_stepmotor.i

11 lines
129 B
OpenEdge ABL
Raw Normal View History

%module pyupm_stepmotor
%include "stdint.i"
%feature("autodoc", "3");
%include "stepmotor.h"
%{
#include "stepmotor.h"
%}