summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/t3311/jsupm_t3311.i
blob: d9e76e408cc4a141627a879e90f97689d592a0e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
%module jsupm_t3311
%include "../upm.i"
%include "stdint.i"
%include "cpointer.i"

%pointer_functions(float, floatp);

%include "t3311.hpp"
%{
    #include "t3311.hpp"
%}