-
Dependencies: mbed
Fork of Nucleo_serial_menu by
Revision 1:049a440be2b3, committed 2015-11-17
- 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);