Home | History | Annotate | Download | only in apds9002
      1 %module javaupm_apds9002
      2 %include "../upm.i"
      3 
      4 %{
      5     #include "apds9002.h"
      6 %}
      7 
      8 %include "apds9002.h"
      9