Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SoftSerial SDFileSystem mbed wave_player
Diff: main.cpp
- Revision:
- 8:4fcc746968b3
- Parent:
- 7:2b99a26e6a43
- Child:
- 9:d95984ce5de9
--- a/main.cpp Wed May 03 00:46:24 2017 +0200 +++ b/main.cpp Wed May 03 00:50:06 2017 +0200 @@ -24,8 +24,9 @@ thread.start(receive_uart); while (true){ + while (!out.writeable()); out.printf("hello, term\r\n"); - wait(1); +// wait(1); } } \ No newline at end of file