|
@@ -25,18 +25,6 @@ import upm_ad8232.AD8232;
|
25
|
25
|
|
26
|
26
|
public class Ad8232Example {
|
27
|
27
|
|
28
|
|
- static {
|
29
|
|
- try {
|
30
|
|
- System.loadLibrary("javaupm_ad8232");
|
31
|
|
- System.loadLibrary("mraajava");
|
32
|
|
- } catch (UnsatisfiedLinkError e) {
|
33
|
|
- System.err.println(
|
34
|
|
- "Native code library failed to load. See the chapter on Dynamic Linking Problems in the SWIG Java documentation for help.\n" +
|
35
|
|
- e);
|
36
|
|
- System.exit(1);
|
37
|
|
- }
|
38
|
|
- }
|
39
|
|
-
|
40
|
28
|
public static void main(String[] args) {
|
41
|
29
|
// TODO Auto-generated method stub
|
42
|
30
|
//! [Interesting]
|