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 1c2e2ce commit 5fbea95Copy full SHA for 5fbea95
libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC15XX/PinNames.h
@@ -48,6 +48,28 @@ typedef enum {
48
USBTX = P0_18,
49
USBRX = P0_13,
50
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
+
73
// Not connected
74
NC = (int)0xFFFFFFFF,
75
} PinName;
0 commit comments