some more pin names

pull/306/head
mazgch 2014-05-14 17:59:32 +02:00
parent 339bd2aec9
commit 7bc41ef504
2 changed files with 29 additions and 0 deletions

View File

@ -145,6 +145,9 @@ typedef enum {
// Other mbed Pin Names
LED = P3_25,
LED1 = LED,
LED2 = LED,
LED3 = LED,
LED4 = LED,
LED_RED = LED,
// mbed / debug IF (LPC11)

View File

@ -83,6 +83,32 @@ typedef enum {
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;