%include "../common_top.i" /* BEGIN Java syntax ------------------------------------------------------- */ #ifdef SWIGJAVA %include "arrays_java.i"; %include "../java_buffer.i" JAVA_JNI_LOADLIBRARY(javaupm_ds1307) #endif /* END Java syntax */ /* BEGIN Common SWIG syntax ------------------------------------------------- */ %{ #include "ds1307.hpp" %} %include "ds1307.hpp" /* END Common SWIG syntax */