mirror of
https://github.com/eclipse/upm.git
synced 2025-03-26 10:20:01 +03:00

Signed-off-by: Lay, Kuan Loon <kuan.loon.lay@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
9 lines
99 B
OpenEdge ABL
Executable File
9 lines
99 B
OpenEdge ABL
Executable File
%module jsupm_apds9930
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "apds9930.h"
|
|
%}
|
|
|
|
%include "apds9930.h"
|