mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 18:31:13 +03:00
10 lines
128 B
OpenEdge ABL
10 lines
128 B
OpenEdge ABL
%module javaupm_lm35
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "lm35.hpp"
|
|
%}
|
|
|
|
%include "lm35.hpp"
|
|
|
|
JAVA_JNI_LOADLIBRARY(javaupm_lm35) |