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

%{
    #include "max44009.hpp"
%}

%include "max44009.hpp"