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.
Diff: main.cpp
- Revision:
- 6:f8cb706c480c
- Parent:
- 4:39c7c31b8fb0
- Child:
- 7:fb8a5190b080
--- a/main.cpp Fri Aug 01 14:30:24 2014 +0000 +++ b/main.cpp Tue Sep 19 15:25:01 2017 +0000 @@ -13,8 +13,7 @@ while(true) { // this is the third thread lcd.locate(0,15); - lcd.printf("Counting : %d",j); - j++; + lcd.printf("Counting : %d",j++); wait(1.0); } }