upm/src/apds9930/jsupm_apds9930.i
Noel Eck 24b6cbcc85 permissions: No need for files to be executable
chmod ugo-x for the following files.

Signed-off-by: Noel Eck <noel.eck@intel.com>
2017-07-27 11:12:59 -07:00

9 lines
103 B
OpenEdge ABL

%module jsupm_apds9930
%include "../upm.i"
%{
#include "apds9930.hpp"
%}
%include "apds9930.hpp"