mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 17:31:13 +03:00
java: solved unclean Java bindings for: htu21d, ozw
Signed-off-by: Bogdan Ichim <bogdan.ichim@rinftech.com> Signed-off-by: Stefan Andritoiu <stefan.andritoiu@gmail.com>
This commit is contained in:

committed by
Jon Trulson

parent
8779700d82
commit
27c6ac1d31
@ -5,6 +5,12 @@
|
||||
%include "arrays_java.i";
|
||||
%include "../java_buffer.i"
|
||||
|
||||
%apply unsigned char *OUTPUT { uint8_t *val };
|
||||
|
||||
%inline %{
|
||||
extern void setValueAsBytes(int nodeId, int index, uint8_t *val, uint8_t len);
|
||||
%}
|
||||
|
||||
%include "ozw.hpp"
|
||||
%{
|
||||
#include "ozw.hpp"
|
||||
|
Reference in New Issue
Block a user