mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
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:

committed by
Mihai Tudor Panu

parent
8b0d1b2b3d
commit
4bea93163d
8
src/pn532/javaupm_pn532.i
Normal file
8
src/pn532/javaupm_pn532.i
Normal file
@ -0,0 +1,8 @@
|
||||
%module javaupm_pn532
|
||||
%include "../upm.i"
|
||||
|
||||
%{
|
||||
#include "pn532.h"
|
||||
%}
|
||||
|
||||
%include "pn532.h"
|
Reference in New Issue
Block a user