-

Dependencies:   mbed

Fork of Nucleo_serial_menu by FRA221_2015

Files at this revision

API Documentation at this revision

Comitter:
lolopo008
Date:
Tue Nov 17 03:10:17 2015 +0000
Parent:
0:f4e546303b4e
Commit message:
-

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun Oct 18 10:09:46 2015 +0000
+++ b/main.cpp	Tue Nov 17 03:10:17 2015 +0000
@@ -5,7 +5,7 @@
 // 9600 bauds, 8-bit data, no parity
 //------------------------------------
 
-Serial pc(SERIAL_TX, SERIAL_RX);
+Serial pc(D8, D2);
 
 DigitalOut myled(LED1);