summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/max31855/jsupm_max31855.i
blob: 6bb696733aced1ca8940f0d7b0873f3805c06a88 (plain)
1
2
3
4
5
6
7
8
9
10
//! [Interesting]
%module jsupm_max31855
%include "../upm.i"

%{
    #include "max31855.h"
%}

%include "max31855.h"
//! [Interesting]