mirror of
https://github.com/eclipse/upm.git
synced 2025-03-25 01:39:59 +03:00

Signed-off-by: Andrei Vasiliu <andrei.vasiliu@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
9 lines
104 B
OpenEdge ABL
9 lines
104 B
OpenEdge ABL
%module javaupm_stepmotor
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "stepmotor.h"
|
|
%}
|
|
|
|
%include "stepmotor.h"
|