summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/hx711/jsupm_hx711.i
blob: ddaabe99393ba02e79f1052650656906d61cd7c3 (plain)
1
2
3
4
5
6
7
8
%module jsupm_hx711
%include "../upm.i"

%{
    #include "hx711.h"
%}

%include "hx711.h"