Skip to content

Commit 5fbea95

Browse files
committed
[LPC1549] Added Arduino Shield Receptacles Names
1 parent 1c2e2ce commit 5fbea95

File tree

1 file changed

+22
-0
lines changed
  • libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC15XX

1 file changed

+22
-0
lines changed

libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC15XX/PinNames.h

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,28 @@ typedef enum {
4848
USBTX = P0_18,
4949
USBRX = P0_13,
5050

51+
// Arduino Shield Receptacles Names
52+
D0 = P0_18,
53+
D1 = P0_13,
54+
D2 = P0_29,
55+
D3 = P0_9,
56+
D4 = P0_10,
57+
D5 = P0_16,
58+
D6 = P1_3,
59+
D7 = P0_0,
60+
D8 = P0_24,
61+
D9 = P0_2,
62+
D10= P0_27,
63+
D11= P0_28,
64+
D12= P0_12,
65+
D13= P0_16,
66+
A0 = P0_8,
67+
A1 = P0_7,
68+
A2 = P0_6,
69+
A3 = P0_5,
70+
A4 = P0_23,
71+
A5 = P0_22,
72+
5173
// Not connected
5274
NC = (int)0xFFFFFFFF,
5375
} PinName;

0 commit comments

Comments
 (0)