mirror of
https://github.com/eclipse/upm.git
synced 2025-03-25 01:39:59 +03:00
11 lines
129 B
OpenEdge ABL
11 lines
129 B
OpenEdge ABL
![]() |
%module pyupm_stepmotor
|
||
|
|
||
|
%include "stdint.i"
|
||
|
|
||
|
%feature("autodoc", "3");
|
||
|
|
||
|
%include "stepmotor.h"
|
||
|
%{
|
||
|
#include "stepmotor.h"
|
||
|
%}
|