Add to 11U68 11E68

Dependencies:   DirectoryList MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Revision:
48:99cfe3a929ea
Parent:
39:f68f9fa1e88e
--- a/serial_utilities.cpp	Tue Jan 06 11:05:29 2015 +0000
+++ b/serial_utilities.cpp	Thu Jan 29 10:48:57 2015 +0000
@@ -10,7 +10,8 @@
 #define MODSERIAL_DEFAULT_RX_BUFFER_SIZE 512
 #define MODSERIAL_DEFAULT_TX_BUFFER_SIZE 512
 #include "MODSERIAL.h"
-MODSERIAL       target( p28, p27 ); //
+MODSERIAL       target( p28, p27 );   //
+//MODSERIAL       target(  p9, p10 ); //    if you need to change the UART pin, change here
 #endif
 
 Timeout timeout;