1 %module pyupm_hx711 2 %include "../upm.i" 3 %include "stdint.i" 4 5 %feature("autodoc", "3"); 6 7 %include "hx711.h" 8 %{ 9 #include "hx711.h" 10 %} 11