summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/t3311/jsupm_t3311.i
blob: 4b07290cf33bd72e92788616eb6a02a4f6d32f43 (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.h"
%{
    #include "t3311.h"
%}