Added Java bindings for the remaining 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-08-05 19:47:50 +03:00
committed by Mihai Tudor Panu
parent 8b0d1b2b3d
commit 4bea93163d
5 changed files with 45 additions and 2 deletions

View File

@ -0,0 +1,8 @@
%module javaupm_pn532
%include "../upm.i"
%{
#include "pn532.h"
%}
%include "pn532.h"