mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 17:31:13 +03:00
java: Added java examples for some sensors
Signed-off-by: Stefan Andritoiu <stefan.andritoiu@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
9d63545d44
commit
5ff625eaf4
@ -28,7 +28,7 @@ public class ENC03RSample {
|
||||
|
||||
static {
|
||||
try {
|
||||
System.loadLibrary("upm_enc03r");
|
||||
System.loadLibrary("javaupm_enc03r");
|
||||
}catch (UnsatisfiedLinkError e) {
|
||||
System.err.println("error in loading native library");
|
||||
System.exit(-1);
|
||||
|
Reference in New Issue
Block a user