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:eb68c94a8ee5, committed 2015-04-12
- Comitter:
- tushki7
- Date:
- Sun Apr 12 15:45:52 2015 +0000
- Parent:
- 0:60d829a0353a
- Commit message:
- A simple 128x32 LCD program with ARM mbed IoT Starter Kit;
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat Apr 11 04:08:13 2015 +0000 +++ b/main.cpp Sun Apr 12 15:45:52 2015 +0000 @@ -52,7 +52,7 @@ ledB = !ledB; // toggle led } - displayMessage("Hello Sir! I'm Online"); // Message + displayMessage("Hello Sir, I'm Online"); // Message gpo = !gpo; // toggle pin led = !led; // toggle led