Skip to content

Commit 7827d62

Browse files
committed
Added alternative DIP package names for pins in the LPC1114
Added this so it is consistent with the notebook page.
1 parent 65765b6 commit 7827d62

File tree

1 file changed

+25
-0
lines changed
  • libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC11XX

1 file changed

+25
-0
lines changed

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,31 @@ typedef enum {
187187
dp26 = P0_3,
188188
dp27 = P0_4,
189189
dp28 = P0_7,
190+
191+
dip1 = P0_8,
192+
dip2 = P0_9,
193+
dip3 = P0_10,
194+
dip4 = P0_11,
195+
dip5 = P0_5,
196+
dip6 = P0_6,
197+
dip9 = P1_0,
198+
dip10 = P1_1,
199+
dip11 = P1_2,
200+
dip12 = P1_3,
201+
dip13 = P1_4,
202+
dip14 = P1_5,
203+
dip15 = P1_6,
204+
dip16 = P1_7,
205+
dip17 = P1_8,
206+
dip18 = P1_9,
207+
dip23 = P0_0,
208+
dip24 = P0_1,
209+
dip25 = P0_2,
210+
dip26 = P0_3,
211+
dip27 = P0_4,
212+
dip28 = P0_7,
213+
214+
190215

191216
// Not connected
192217
NC = (int)0xFFFFFFFF,

0 commit comments

Comments
 (0)