simple passthrough for nucleo

Fork of SerialPassthrough_LPC1768 by jim hamblen

Revision:
6:0398d0fcc8cc
Parent:
5:96cb82af9996
Child:
7:564b3a367293
--- a/main.cpp	Thu Apr 30 22:48:21 2015 +0000
+++ b/main.cpp	Wed Sep 16 16:28:29 2015 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 
 RawSerial  pc(USBTX, USBRX);
-RawSerial  dev(D1, D0);
+RawSerial  dev(p28,p27);
 DigitalOut led1(LED1);
 DigitalOut led4(LED4);