summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/m24lr64e/pyupm_m24lr64e.i
blob: 5b8b538bd47afc14ac774d8bd771d049a43040f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_m24lr64e
%include "../upm.i"

%include "stdint.i"

%feature("autodoc", "3");

#ifdef DOXYGEN
%include "m24lr64e_doc.i"
#endif

%include "m24lr64e.hpp"
%{
    #include "m24lr64e.hpp"
%}