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-src by
Revision 636:50649ddf8515, committed 2015-12-17
- Comitter:
- xcrespo
- Date:
- Thu Dec 17 09:45:56 2015 +0000
- Parent:
- 635:a11c0372f0ba
- Commit message:
- Added pin 31 to nRF51-DK
Changed in this revision
targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/TARGET_NRF51_DK/PinNames.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/TARGET_NRF51_DK/PinNames.h Wed Sep 30 17:00:09 2015 +0100 +++ b/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/TARGET_NRF51_DK/PinNames.h Thu Dec 17 09:45:56 2015 +0000 @@ -61,6 +61,7 @@ p28 = 28, p29 = 29, p30 = 30, + p31 = 31, P0_0 = p0, P0_1 = p1, @@ -96,6 +97,7 @@ P0_28 = p28, P0_29 = p29, P0_30 = p30, + P0_31 = p31, LED1 = p21, LED2 = p22,