summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/max31855/javaupm_max31855.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/max31855/javaupm_max31855.i')
-rw-r--r--peripheral/libupm/src/max31855/javaupm_max31855.i21
1 files changed, 0 insertions, 21 deletions
diff --git a/peripheral/libupm/src/max31855/javaupm_max31855.i b/peripheral/libupm/src/max31855/javaupm_max31855.i
deleted file mode 100644
index a778d37..0000000
--- a/peripheral/libupm/src/max31855/javaupm_max31855.i
+++ /dev/null
@@ -1,21 +0,0 @@
-//! [Interesting]
-%module javaupm_max31855
-%include "../upm.i"
-
-%{
- #include "max31855.h"
-%}
-
-%include "max31855.h"
-//! [Interesting]
-
-%pragma(java) jniclasscode=%{
- static {
- try {
- System.loadLibrary("javaupm_max31855");
- } catch (UnsatisfiedLinkError e) {
- System.err.println("Native code library failed to load. \n" + e);
- System.exit(1);
- }
- }
-%} \ No newline at end of file