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:
Stefan Andritoiu
2015-10-02 17:31:43 +03:00
committed by Mihai Tudor Panu
parent 9d63545d44
commit 5ff625eaf4
24 changed files with 1187 additions and 28 deletions

View File

@ -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);