blob: 516f112eda2dc980c2de9f21f11c90896b391392 [file] [log] [blame]
// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_apds9002
%include "../upm.i"
%feature("autodoc", "3");
%include "apds9002.h"
%{
#include "apds9002.h"
%}