File tree Expand file tree Collapse file tree 1 file changed +56
-0
lines changed
Expand file tree Collapse file tree 1 file changed +56
-0
lines changed Original file line number Diff line number Diff line change 1+ #include " variant.h"
2+ #include " wiring_constants.h"
3+ #include " wiring_digital.h"
4+ #include " nrf.h"
5+
6+ const uint32_t g_ADigitalPinMap[] =
7+ {
8+ 0 , // P0.00
9+ 1 , // P0.01
10+ 2 , // P0.02
11+ 3 , // P0.03
12+ 4 , // P0.04
13+ 5 , // P0.05
14+ 6 , // P0.06
15+ 7 , // P0.07
16+ 8 , // P0.08
17+ 9 , // P0.09
18+ 10 , // P0.10
19+ 11 , // P0.11
20+ 12 , // P0.12
21+ 13 , // P0.13
22+ 14 , // P0.14
23+ 15 , // P0.15
24+ 16 , // P0.16
25+ 17 , // P0.17
26+ 18 , // P0.18
27+ 19 , // P0.19
28+ 20 , // P0.20
29+ 21 , // P0.21
30+ 22 , // P0.22
31+ 23 , // P0.23
32+ 24 , // P0.24
33+ 25 , // P0.25
34+ 26 , // P0.26
35+ 27 , // P0.27
36+ 28 , // P0.28
37+ 29 , // P0.29
38+ 30 , // P0.30
39+ 31 , // P0.31
40+ 32 , // P1.00
41+ 33 , // P1.01
42+ 34 , // P1.02
43+ 35 , // P1.03
44+ 36 , // P1.04
45+ 37 , // P1.05
46+ 38 , // P1.06
47+ 39 , // P1.07
48+ 40 , // P1.08
49+ 41 , // P1.09
50+ 42 , // P1.10
51+ 43 , // P1.11
52+ 44 , // P1.12
53+ 45 , // P1.13
54+ 46 , // P1.14
55+ 47 , // P1.15
56+ };
You can’t perform that action at this time.
0 commit comments