Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed by
Diff: LPC2368/PinNames.h
- Revision:
- 55:d722ed6a4237
- Parent:
- 54:71b101360fb9
- Child:
- 59:0883845fe643
diff -r 71b101360fb9 -r d722ed6a4237 LPC2368/PinNames.h --- a/LPC2368/PinNames.h Tue Jan 08 12:46:36 2013 +0000 +++ b/LPC2368/PinNames.h Wed Jan 16 12:56:34 2013 +0000 @@ -27,7 +27,7 @@ #ifdef __cplusplus extern "C" { -#endif +#endif typedef enum { PIN_INPUT, @@ -44,9 +44,9 @@ P2_0, P2_1, P2_2, P2_3, P2_4, P2_5, P2_6, P2_7, P2_8, P2_9, P2_10, P2_11, P2_12, P2_13, P2_14, P2_15, P2_16, P2_17, P2_18, P2_19, P2_20, P2_21, P2_22, P2_23, P2_24, P2_25, P2_26, P2_27, P2_28, P2_29, P2_30, P2_31, P3_0, P3_1, P3_2, P3_3, P3_4, P3_5, P3_6, P3_7, P3_8, P3_9, P3_10, P3_11, P3_12, P3_13, P3_14, P3_15, P3_16, P3_17, P3_18, P3_19, P3_20, P3_21, P3_22, P3_23, P3_24, P3_25, P3_26, P3_27, P3_28, P3_29, P3_30, P3_31, P4_0, P4_1, P4_2, P4_3, P4_4, P4_5, P4_6, P4_7, P4_8, P4_9, P4_10, P4_11, P4_12, P4_13, P4_14, P4_15, P4_16, P4_17, P4_18, P4_19, P4_20, P4_21, P4_22, P4_23, P4_24, P4_25, P4_26, P4_27, P4_28, P4_29, P4_30, P4_31, - + // mbed DIP Pin Names - p5 = P0_9, + p5 = P0_9, p6 = P0_8, p7 = P0_7, p8 = P0_6, @@ -72,16 +72,16 @@ p28 = P0_10, p29 = P0_5, p30 = P0_4, - + // Other mbed Pin Names LED1 = P1_18, LED2 = P1_20, LED3 = P1_21, LED4 = P1_23, - + USBTX = P0_2, USBRX = P0_3, - + // Not connected NC = (int)0xFFFFFFFF } PinName;