Maintool / mbed-src-v4

Fork of mbed-src by mbed official

Files at this revision

API Documentation at this revision

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,