upm/src/max31855/max31855.i

18 lines
395 B
OpenEdge ABL
Raw Normal View History

%include "../common_top.i"
/* BEGIN Java syntax ------------------------------------------------------- */
#ifdef SWIGJAVA
//! [Interesting]
JAVA_JNI_LOADLIBRARY(javaupm_max31855)
//! [Interesting]
#endif
/* END Java syntax */
/* BEGIN Common SWIG syntax ------------------------------------------------- */
%{
#include "max31855.hpp"
%}
%include "max31855.hpp"
/* END Common SWIG syntax */