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

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

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