MySensors Library & Examples
2.3.2
Main Page
Modules
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
Variables
_
a
b
c
d
f
h
i
k
l
m
n
p
r
s
t
u
v
w
Enumerations
Enumerator
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Functions
_
b
c
d
f
g
h
i
l
m
o
p
r
s
t
w
Variables
_
b
c
d
f
i
l
n
s
t
u
v
Typedefs
Enumerations
Enumerator
c
i
p
r
s
Macros
_
a
b
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Examples
Related Pages
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
hal
architecture
AVR
drivers
DigitalIO
boards
Standard1284GpioPinMap.h
1
#ifndef Standard1284GpioPinMap_h
2
#define Standard1284GpioPinMap_h
3
static
const
GpioPinMap_t
GpioPinMap[] = {
4
GPIO_PIN
(B, 0),
// D0
5
GPIO_PIN
(B, 1),
// D1
6
GPIO_PIN
(B, 2),
// D2
7
GPIO_PIN
(B, 3),
// D3
8
GPIO_PIN
(B, 4),
// D4
9
GPIO_PIN
(B, 5),
// D5
10
GPIO_PIN
(B, 6),
// D6
11
GPIO_PIN
(B, 7),
// D7
12
GPIO_PIN
(D, 0),
// D8
13
GPIO_PIN
(D, 1),
// D9
14
GPIO_PIN
(D, 2),
// D10
15
GPIO_PIN
(D, 3),
// D11
16
GPIO_PIN
(D, 4),
// D12
17
GPIO_PIN
(D, 5),
// D13
18
GPIO_PIN
(D, 6),
// D14
19
GPIO_PIN
(D, 7),
// D15
20
GPIO_PIN
(C, 0),
// D16
21
GPIO_PIN
(C, 1),
// D17
22
GPIO_PIN
(C, 2),
// D18
23
GPIO_PIN
(C, 3),
// D19
24
GPIO_PIN
(C, 4),
// D20
25
GPIO_PIN
(C, 5),
// D21
26
GPIO_PIN
(C, 6),
// D22
27
GPIO_PIN
(C, 7),
// D23
28
GPIO_PIN
(A, 0),
// D24
29
GPIO_PIN
(A, 1),
// D25
30
GPIO_PIN
(A, 2),
// D26
31
GPIO_PIN
(A, 3),
// D27
32
GPIO_PIN
(A, 4),
// D28
33
GPIO_PIN
(A, 5),
// D29
34
GPIO_PIN
(A, 6),
// D30
35
GPIO_PIN
(A, 7)
// D31
36
};
37
#endif // Standard1284GpioPinMap_h
GpioPinMap_t
Definition:
DigitalPin.h:33
GPIO_PIN
#define GPIO_PIN(reg, bit)
Definition:
DigitalPin.h:41
Copyright (C) 2013-2019 Sensnology AB. Generated by
doxygen
1.8.17