summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/gas/jsupm_gas.i
blob: add44b1bc9124f6502211d6ee00e047137d0f327 (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.hpp"
%{
    #include "gas.hpp"
%}

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

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

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

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

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

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

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

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

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