Home | History | Annotate | Download | only in apds9002
      1 %module pyupm_apds9002
      2 %include "../upm.i"
      3 
      4 %feature("autodoc", "3");
      5 
      6 %include "apds9002.h"
      7 %{
      8     #include "apds9002.h"
      9 %}
     10