Signed-off-by: Stefan Andritoiu <stefan.andritoiu@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
14 lines
189 B
OpenEdge ABL
14 lines
189 B
OpenEdge ABL
%module javaupm_hcsr04
|
|
%include "../upm.i"
|
|
|
|
%feature("director") IsrCallback;
|
|
|
|
%ignore generic_callback_isr;
|
|
%include "../IsrCallback.h"
|
|
|
|
%{
|
|
#include "hcsr04.h"
|
|
%}
|
|
|
|
%include "hcsr04.h"
|