summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/gas/jsupm_gas.i
blob: 25a50971dac8f37b33ebf1c619e6f46f7966bb5e (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
%module jsupm_gas
%include "../upm.i"
%include "../carrays_uint16_t.i"

%include "gas.h"
%{
    #include "gas.h"
%}

%include "mq2.h"
%{
    #include "mq2.h"
%}

%include "mq3.h"
%{
    #include "mq3.h"
%}

%include "mq4.h"
%{
    #include "mq4.h"
%}

%include "mq5.h"
%{
    #include "mq5.h"
%}

%include "mq6.h"
%{
    #include "mq6.h"
%}

%include "mq7.h"
%{
    #include "mq7.h"
%}

%include "mq8.h"
%{
    #include "mq8.h"
%}

%include "mq9.h"
%{
    #include "mq9.h"
%}

%include "tp401.h"
%{
    #include "tp401.h"
%}