summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/nrf8001/pyupm_nrf8001.i
blob: 1515c7690eb6b988ef5a169ed0412bb0c10c3b49 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_nrf8001
%include "../upm.i"

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

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