Home | History | Annotate | Download | only in m24lr64e
      1 %module pyupm_m24lr64e
      2 %include "../upm.i"
      3 
      4 %include "stdint.i"
      5 
      6 %feature("autodoc", "3");
      7 
      8 #ifdef DOXYGEN
      9 %include "m24lr64e_doc.i"
     10 #endif
     11 
     12 %include "m24lr64e.h"
     13 %{
     14     #include "m24lr64e.h"
     15 %}
     16