summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/bmx055/jsupm_bmx055.i
blob: b59ccd658d52780cadb1275b1b456bd5c11f278e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
%module jsupm_bmx055
%include "../upm.i"
%include "cpointer.i"

/* Send "int *" and "float *" to JavaScript as intp and floatp */
%pointer_functions(int, intp);
%pointer_functions(float, floatp);

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

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

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

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

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

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