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