Skip to content

Commit 4e46149

Browse files
committed
Added pins D14 and D15 for LPC1549
1 parent 4110d25 commit 4e46149

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ typedef enum {
6363
D11= P0_28,
6464
D12= P0_12,
6565
D13= P0_16, // same port as D5
66+
D14= P0_23,
67+
D15= P0_22,
68+
6669
A0 = P0_8,
6770
A1 = P0_7,
6871
A2 = P0_6,

0 commit comments

Comments
 (0)