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

@ -10,9 +10,9 @@
#include "ssd.h"
%}
%include "i2clcd.h"
%include "lcd.h"
%{
#include "i2clcd.h"
#include "lcd.h"
%}
%include "jhd1313m1.h"
@ -34,3 +34,14 @@
%{
#include "ssd1308.h"
%}
%include "sainsmartks.h"
%{
#include "sainsmartks.h"
%}
%include "hd44780_bits.h"
%{
#include "hd44780_bits.h"
%}