Serial menu with PC and BT

Dependencies:   mbed

Fork of Nucleo_serial_menu by FRA221_2017

Revision:
10:082ee2c9ab44
Parent:
9:6992eccf476e
--- a/main.cpp	Fri Oct 20 03:12:39 2017 +0000
+++ b/main.cpp	Tue Oct 23 18:44:49 2018 +0000
@@ -5,7 +5,7 @@
 // 9600 bauds, 8-bit data, no parity
 //------------------------------------
 
-Serial pc(D8, D2);
+Serial pc(D1, D0); // change to D8, D2 for BT
 
 DigitalOut myled(LED1);