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: TARGET_LPC1768/PinNames.h
- Revision:
- 81:7d30d6019079
- Parent:
- 66:9c8f0e3462fb
--- a/TARGET_LPC1768/PinNames.h Fri Feb 21 12:21:39 2014 +0000 +++ b/TARGET_LPC1768/PinNames.h Wed Mar 19 18:28:32 2014 +0000 @@ -81,6 +81,29 @@ USBTX = P0_2, USBRX = P0_3, + // Arch Pro Pin Names + D0 = P4_29, + D1 = P4_28, + D2 = P0_4, + D3 = P0_5, + D4 = P2_2, + D5 = P2_3, + D6 = P2_4, + D7 = P2_5, + D8 = P0_0, + D9 = P0_1, + D10 = P0_6, + D11 = P0_9, + D12 = P0_8, + D13 = P0_7, + + A0 = P0_23, + A1 = P0_24, + A2 = P0_25, + A3 = P0_26, + A4 = P1_30, + A5 = P1_31, + // Not connected NC = (int)0xFFFFFFFF } PinName; @@ -89,7 +112,8 @@ PullUp = 0, PullDown = 3, PullNone = 2, - OpenDrain = 4 + OpenDrain = 4, + PullDefault = PullDown } PinMode; // version of PINCON_TypeDef using register arrays