blob: 33e4d2e2e1f42b4cd57645f6452202bbbd4a5b0e [file] [log] [blame]
%module javaupm_adc121c021
%include "../upm.i"
/*%include "../carrays_uint16_t.i"
*/
%{
#include "adc121c021.h"
%}
%include "adc121c021.h"
%pragma(java) jniclasscode=%{
static {
try {
System.loadLibrary("javaupm_adc121c021");
} catch (UnsatisfiedLinkError e) {
System.err.println("Native code library failed to load. \n" + e);
System.exit(1);
}
}
%}