mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
13 lines
208 B
OpenEdge ABL
13 lines
208 B
OpenEdge ABL
// 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"
|
|
%}
|