summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/ht9170/pyupm_ht9170.i
blob: 9b6ccac91f58a0f3d44399e045d3b14ea93357c9 (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.hpp"
%{
    #include "ht9170.hpp"
%}