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

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

%include "ht9170.h"
%{
    #include "ht9170.h"
%}