mraa  0.9.6
Low Level Skeleton Library for Communication on GNU/Linux platforms
 All Data Structures Namespaces Files Functions Typedefs Enumerations Enumerator Macros Pages
types.hpp
Go to the documentation of this file.
1 /*
2  * Author: Brendan Le Foll <brendan.le.foll@intel.com>
3  * Copyright © 2014 Intel Corporation
4  *
5  * Permission is hereby granted, free of charge, to any person obtaining a copy
6  * of this software and associated documentation files (the "Software"), to
7  * deal in the Software without restriction, including without limitation the
8  * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
9  * sell copies of the Software, and to permit persons to whom the Software is
10  * furnished to do so, subject to the following conditions:
11  *
12  * The above copyright notice and this permission notice shall be included in
13  * all copies or substantial portions of the Software.
14  *
15  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18  * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
21  * IN THE SOFTWARE.
22  */
23 
24 #pragma once
25 
32 namespace mraa
33 {
34 
35 //These enums must match the enums in types.h
36 
40 typedef enum {
47  BEAGLEBONE = 6,
48  BANANA = 7,
51  99
52 } Platform;
53 
57 typedef enum {
58  INTEL_EDISON_MINIBOARD_J17_1 = 0,
59  INTEL_EDISON_MINIBOARD_J17_5 = 4,
60  INTEL_EDISON_MINIBOARD_J17_7 = 6,
61  INTEL_EDISON_MINIBOARD_J17_8 = 7,
62  INTEL_EDISON_MINIBOARD_J17_9 = 8,
63  INTEL_EDISON_MINIBOARD_J17_10 = 9,
64  INTEL_EDISON_MINIBOARD_J17_11 = 10,
65  INTEL_EDISON_MINIBOARD_J17_12 = 11,
66  INTEL_EDISON_MINIBOARD_J17_14 = 13,
67  INTEL_EDISON_MINIBOARD_J18_1 = 14,
68  INTEL_EDISON_MINIBOARD_J18_2 = 15,
69  INTEL_EDISON_MINIBOARD_J18_6 = 19,
70  INTEL_EDISON_MINIBOARD_J18_7 = 20,
71  INTEL_EDISON_MINIBOARD_J18_8 = 21,
72  INTEL_EDISON_MINIBOARD_J18_10 = 23,
73  INTEL_EDISON_MINIBOARD_J18_11 = 24,
74  INTEL_EDISON_MINIBOARD_J18_12 = 25,
75  INTEL_EDISON_MINIBOARD_J18_13 = 26,
76  INTEL_EDISON_MINIBOARD_J19_4 = 31,
77  INTEL_EDISON_MINIBOARD_J19_5 = 32,
78  INTEL_EDISON_MINIBOARD_J19_6 = 33,
79  INTEL_EDISON_MINIBOARD_J19_8 = 35,
80  INTEL_EDISON_MINIBOARD_J19_9 = 36,
81  INTEL_EDISON_MINIBOARD_J19_10 = 37,
82  INTEL_EDISON_MINIBOARD_J19_11 = 38,
83  INTEL_EDISON_MINIBOARD_J19_12 = 39,
84  INTEL_EDISON_MINIBOARD_J19_13 = 40,
85  INTEL_EDISON_MINIBOARD_J19_14 = 41,
86  INTEL_EDISON_MINIBOARD_J20_3 = 44,
87  INTEL_EDISON_MINIBOARD_J20_4 = 45,
88  INTEL_EDISON_MINIBOARD_J20_5 = 46,
89  INTEL_EDISON_MINIBOARD_J20_6 = 47,
90  INTEL_EDISON_MINIBOARD_J20_7 = 48,
91  INTEL_EDISON_MINIBOARD_J20_8 = 49,
92  INTEL_EDISON_MINIBOARD_J20_9 = 50,
93  INTEL_EDISON_MINIBOARD_J20_10 = 51,
94  INTEL_EDISON_MINIBOARD_J20_11 = 52,
95  INTEL_EDISON_MINIBOARD_J20_12 = 53,
96  INTEL_EDISON_MINIBOARD_J20_13 = 54,
97  INTEL_EDISON_MINIBOARD_J20_14 = 55
99 
103 typedef enum {
104  INTEL_EDISON_GP182 = 0,
105  INTEL_EDISON_GP135 = 4,
106  INTEL_EDISON_GP27 = 6,
107  INTEL_EDISON_GP20 = 7,
108  INTEL_EDISON_GP28 = 8,
109  INTEL_EDISON_GP111 = 0,
110  INTEL_EDISON_GP109 = 10,
111  INTEL_EDISON_GP115 = 11,
112  INTEL_EDISON_GP128 = 13,
113  INTEL_EDISON_GP13 = 14,
114  INTEL_EDISON_GP165 = 15,
115  INTEL_EDISON_GP19 = 19,
116  INTEL_EDISON_GP12 = 20,
117  INTEL_EDISON_GP183 = 21,
118  INTEL_EDISON_GP110 = 23,
119  INTEL_EDISON_GP114 = 24,
120  INTEL_EDISON_GP129 = 25,
121  INTEL_EDISON_GP130 = 26,
122  INTEL_EDISON_GP44 = 31,
123  INTEL_EDISON_GP46 = 32,
124  INTEL_EDISON_GP48 = 33,
125  INTEL_EDISON_GP131 = 35,
126  INTEL_EDISON_GP14 = 36,
127  INTEL_EDISON_GP40 = 37,
128  INTEL_EDISON_GP43 = 38,
129  INTEL_EDISON_GP77 = 39,
130  INTEL_EDISON_GP82 = 40,
131  INTEL_EDISON_GP83 = 41,
132  INTEL_EDISON_GP134 = 44,
133  INTEL_EDISON_GP45 = 45,
134  INTEL_EDISON_GP47 = 46,
135  INTEL_EDISON_GP49 = 47,
136  INTEL_EDISON_GP15 = 48,
137  INTEL_EDISON_GP84 = 49,
138  INTEL_EDISON_GP42 = 50,
139  INTEL_EDISON_GP41 = 51,
140  INTEL_EDISON_GP78 = 52,
141  INTEL_EDISON_GP79 = 53,
142  INTEL_EDISON_GP80 = 54,
143  INTEL_EDISON_GP81 = 55
144 } IntelEdison;
145 
149 typedef enum {
150  RASPBERRY_WIRING_PIN8 = 3,
151  RASPBERRY_WIRING_PIN9 = 5,
152  RASPBERRY_WIRING_PIN7 = 7,
153  RASPBERRY_WIRING_PIN15 = 8,
154  RASPBERRY_WIRING_PIN16 = 10,
155  RASPBERRY_WIRING_PIN0 = 11,
156  RASPBERRY_WIRING_PIN1 = 12,
157  RASPBERRY_WIRING_PIN2 = 13,
158  RASPBERRY_WIRING_PIN3 = 15,
159  RASPBERRY_WIRING_PIN4 = 16,
160  RASPBERRY_WIRING_PIN5 = 18,
161  RASPBERRY_WIRING_PIN12 = 19,
162  RASPBERRY_WIRING_PIN13 = 21,
163  RASPBERRY_WIRING_PIN6 = 22,
164  RASPBERRY_WIRING_PIN14 = 23,
165  RASPBERRY_WIRING_PIN10 = 24,
166  RASPBERRY_WIRING_PIN11 = 26,
167  RASPBERRY_WIRING_PIN17 = 29, // RPi B V2
168  RASPBERRY_WIRING_PIN21 = 29,
169  RASPBERRY_WIRING_PIN18 = 30, // RPi B V2
170  RASPBERRY_WIRING_PIN19 = 31, // RPI B V2
171  RASPBERRY_WIRING_PIN22 = 31,
172  RASPBERRY_WIRING_PIN20 = 32, // RPi B V2
173  RASPBERRY_WIRING_PIN26 = 32,
174  RASPBERRY_WIRING_PIN23 = 33,
175  RASPBERRY_WIRING_PIN24 = 35,
176  RASPBERRY_WIRING_PIN27 = 36,
177  RASPBERRY_WIRING_PIN25 = 37,
178  RASPBERRY_WIRING_PIN28 = 38,
179  RASPBERRY_WIRING_PIN29 = 40
181 
185 typedef enum {
186  SUCCESS = 0,
201 } Result;
202 
206 typedef enum {
207  PIN_VALID = 0,
208  PIN_GPIO = 1,
209  PIN_PWM = 2,
211  PIN_SPI = 4,
212  PIN_I2C = 5,
213  PIN_AIO = 6,
214  PIN_UART = 7
215 } Pinmodes;
216 
220 typedef enum {
221  I2C_STD = 0,
222  I2C_FAST = 1,
223  I2C_HIGH = 2
224 } I2cMode;
225 
226 typedef enum {
227  UART_PARITY_NONE = 0,
228  UART_PARITY_EVEN = 1,
229  UART_PARITY_ODD = 2,
230  UART_PARITY_MARK = 3,
231  UART_PARITY_SPACE = 4
232 } UartParity;
233 
234 }
Definition: types.hpp:208
Result
Definition: types.hpp:185
Definition: types.hpp:210
IntelEdison
Definition: types.hpp:103
IntelEdisonMiniboard
Definition: types.hpp:57
Definition: types.hpp:209
Definition: types.hpp:44
Definition: types.hpp:41
Definition: types.hpp:43
Definition: types.hpp:212
Definition: types.hpp:207
I2cMode
Definition: types.hpp:220
Definition: types.hpp:45
Definition: types.hpp:193
Definition: types.hpp:222
Definition: types.hpp:221
Definition: types.hpp:42
Definition: types.hpp:187
Definition: types.hpp:190
Definition: types.hpp:211
Definition: types.hpp:46
Platform
Definition: types.hpp:40
Definition: types.hpp:200
RaspberryWiring
Definition: types.hpp:149
Definition: types.hpp:188
Definition: types.hpp:197
Definition: types.hpp:191
Definition: types.hpp:194
Definition: types.hpp:47
Definition: types.hpp:213
Definition: types.hpp:214
Definition: types.hpp:50
Definition: types.hpp:189
Definition: types.hpp:192
Definition: types.hpp:195
Pinmodes
Definition: types.hpp:206
Definition: types.hpp:196
Definition: types.hpp:223
Definition: types.hpp:186
Definition: types.hpp:48