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.
Revision 1:a60ed70f6612, committed 2015-09-14
- Comitter:
- echiou
- Date:
- Mon Sep 14 07:56:54 2015 +0000
- Parent:
- 0:24ee2b6c1754
- Commit message:
- Formatting
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Sep 14 07:54:27 2015 +0000 +++ b/main.cpp Mon Sep 14 07:56:54 2015 +0000 @@ -101,16 +101,9 @@ case(2212): letterToPrint = "y"; break; //-.-- case(1122): letterToPrint = "z"; break; //--.. } - -// ostringstream letterNum; -// letterNum << letter; -// pc.printf(letterNum.str().c_str()); -// pc.printf("\n"); pc.printf(letterToPrint.c_str()); } myled = buttonEnter; - oldButtonEnter = newButtonEnter; } - } \ No newline at end of file