mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 17:30:01 +03:00
12 lines
149 B
OpenEdge ABL
12 lines
149 B
OpenEdge ABL
%module pyupm_stepmotor
|
|
%include "../upm.i"
|
|
|
|
%include "stdint.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "stepmotor.h"
|
|
%{
|
|
#include "stepmotor.h"
|
|
%}
|