Files
upm/src/max31855/javaupm_max31855.i

12 lines
180 B
OpenEdge ABL
Raw Normal View History

//! [Interesting]
%module javaupm_max31855
%include "../upm.i"
%{
#include "max31855.hpp"
%}
%include "max31855.hpp"
//! [Interesting]
JAVA_JNI_LOADLIBRARY(javaupm_max31855)