summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/htu21d/jsupm_htu21d.i
blob: 66dcdb499248de449fc1086dbae36db4fe989fdc (plain)
1
2
3
4
5
6
7
8
%module jsupm_htu21d
%include "../upm.i"

%{
    #include "htu21d.hpp"
%}

%include "htu21d.hpp"