Merge pull request #1602 from sunsmilearm/master

Change the uart pin to DIP pin for XBED_LPC1768
pull/1608/head
Martin Kojtal 2016-03-11 09:10:17 +01:00
commit f178fc4835
1 changed files with 11 additions and 9 deletions

View File

@ -72,17 +72,19 @@ typedef enum {
LED3 = P1_21,
LED4 = P1_23,
USBTX = P0_2,
USBRX = P0_3,
//For USB UART
//USBTX = P0_2,
//USBRX = P0_3,
//xbed lpc1768 Pin Names
LED5 = P2_6,
BTN1 = P2_8,
SDA = P0_27,
SCL = P0_28,
ISP = P2_10,
CLK = P1_27,
LED5 = P2_6,
BTN1 = P2_8,
SDA = P0_27,
SCL = P0_28,
ISP = P2_10,
CLK = P1_27,
USBTX = P2_0, //DIP26
USBRX = P2_1, //DIP25
// Arch Pro Pin Names