9 lines
99 B
OpenEdge ABL
9 lines
99 B
OpenEdge ABL
|
|
%module jsupm_apds9002
|
||
|
|
%include "../upm.i"
|
||
|
|
|
||
|
|
%{
|
||
|
|
#include "apds9002.h"
|
||
|
|
%}
|
||
|
|
|
||
|
|
%include "apds9002.h"
|