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

%include "stdint.i"

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