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

%{
    #include "grovescam.h"
%}

%include "grovescam.h"