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