1 %module jsupm_hx711
2 %include "../upm.i"
3 
4 %{
5     #include "hx711.h"
6 %}
7 
8 %include "hx711.h"
9