We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0603785 commit 820309eCopy full SHA for 820309e
targets/TARGET_NXP/TARGET_LPC81X/TARGET_LPC812/PinNames.h
@@ -28,6 +28,9 @@ typedef enum {
28
} PinDirection;
29
30
typedef enum {
31
+ // Not connected
32
+ NC = (int)0xFFFFFFFF,
33
+
34
P0_0 = 0,
35
P0_1 = 1,
36
P0_2 = 2,
@@ -52,6 +55,8 @@ typedef enum {
52
55
D2 = P0_6,
53
56
D3 = P0_8,
54
57
D4 = P0_9,
58
+ D5 = NC,
59
+ D6 = NC,
60
61
D7 = P0_7,
62
D8 = P0_17,
@@ -63,6 +68,10 @@ typedef enum {
63
68
D14 = P0_10,
64
69
D15 = P0_11,
65
70
71
+ A0 = NC,
72
+ A1 = NC,
73
+ A2 = NC,
74
+ A3 = NC,
66
75
A4 = P0_10,
67
76
A5 = P0_11,
77
@@ -80,9 +89,7 @@ typedef enum {
80
89
// Serial to USB pins
81
90
USBTX = P0_6,
82
91
USBRX = P0_1,
83
-
84
- // Not connected
85
- NC = (int)0xFFFFFFFF,
92
86
93
} PinName;
87
94
88
95
0 commit comments