mbed w/ spi bug fig

Dependents:   display-puck

Fork of mbed-src by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Thu May 15 15:45:06 2014 +0100
Parent:
190:bde2479eef9e
Child:
192:42b1a45e48aa
Commit message:
Synchronized with git revision 377ccd9e086191167269ac7b0c28174ce210db87

Full URL: https://github.com/mbedmicro/mbed/commit/377ccd9e086191167269ac7b0c28174ce210db87/

add more pin names for C027 and LPC4088 QSB base board

Changed in this revision

targets/hal/TARGET_NXP/TARGET_LPC176X/TARGET_UBLOX_C027/PinNames.h Show annotated file Show diff for this revision Revisions of this file
targets/hal/TARGET_NXP/TARGET_LPC408X/PinNames.h Show annotated file Show diff for this revision Revisions of this file
--- a/targets/hal/TARGET_NXP/TARGET_LPC176X/TARGET_UBLOX_C027/PinNames.h	Thu May 15 13:45:07 2014 +0100
+++ b/targets/hal/TARGET_NXP/TARGET_LPC176X/TARGET_UBLOX_C027/PinNames.h	Thu May 15 15:45:06 2014 +0100
@@ -145,6 +145,9 @@
     // Other mbed Pin Names
     LED     = P3_25,
     LED1    = LED,
+    LED2    = LED,
+    LED3    = LED,
+    LED4    = LED,
     LED_RED = LED,
     
    	// mbed / debug IF (LPC11)
--- a/targets/hal/TARGET_NXP/TARGET_LPC408X/PinNames.h	Thu May 15 13:45:07 2014 +0100
+++ b/targets/hal/TARGET_NXP/TARGET_LPC408X/PinNames.h	Thu May 15 15:45:06 2014 +0100
@@ -83,6 +83,32 @@
     USBTX = P0_2,
     USBRX = P0_3,
 
+    // QSB baseboard Arduino shield pins
+	D0  = p10,
+	D1  = p9,
+	D2  = p31,
+	D3  = p32,
+	D4  = p33,
+	D5  = p37,
+	D6  = p38,
+	D7  = p34,
+	D8  = p8,
+	D9  = p39,
+	D10 = p14,
+	D11 = p11,
+	D12 = p12,
+	D13 = p13,
+	D14 = p19,
+	D15 = p20,
+	
+	A0  = p15,
+	A1  = p16,
+	A2  = p17,
+	A3  = p18,
+	A4  = p19,
+	A5  = p20,
+	
+
     // Not connected
     NC = (int)0xFFFFFFFF
 } PinName;