mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 01:11:10 +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
@ -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"
|
||||
%}
|
||||
|
||||
|
Reference in New Issue
Block a user