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

%{
    #include "mlx90614.hpp"
%}

%include "mlx90614.hpp"