upm/src/htu21d/htu21d.i

17 lines
402 B
OpenEdge ABL
Raw Normal View History

%include "../common_top.i"
/* BEGIN Java syntax ------------------------------------------------------- */
#ifdef SWIGJAVA
%ignore getHumidityData(float*, float*, float*);
JAVA_JNI_LOADLIBRARY(javaupm_htu21d)
#endif
/* END Java syntax */
/* BEGIN Common SWIG syntax ------------------------------------------------- */
%{
#include "htu21d.hpp"
%}
%include "htu21d.hpp"
/* END Common SWIG syntax */