Signed-off-by: Stefan Andritoiu <stefan.andritoiu@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
12 lines
158 B
OpenEdge ABL
12 lines
158 B
OpenEdge ABL
%module javaupm_ds1307
|
|
%include "../upm.i"
|
|
%include "arrays_java.i";
|
|
|
|
%apply unsigned char[] {uint8_t *};
|
|
|
|
%{
|
|
#include "ds1307.h"
|
|
%}
|
|
|
|
%include "ds1307.h"
|