mirror of
https://github.com/eclipse/upm.git
synced 2025-03-23 17:00:03 +03:00

Only visible light readings are currently supported. Signed-off-by: Henry Bruce <henry.bruce@intel.com> Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
9 lines
93 B
OpenEdge ABL
9 lines
93 B
OpenEdge ABL
%module jsupm_si1132
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "si1132.h"
|
|
%}
|
|
|
|
%include "si1132.h"
|