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: MMA8451Q TSI mbed
Diff: main.cpp
- Revision:
- 1:32eacc4f6beb
- Parent:
- 0:f59179afee57
- Child:
- 4:5a98b723b199
--- a/main.cpp Thu Oct 11 12:46:54 2012 +0000 +++ b/main.cpp Tue Oct 23 09:35:31 2012 +0000 @@ -7,7 +7,7 @@ int i=0; pc.printf("\nHello World!\n"); - while (1) { + while (true) { wait(0.5); pc.printf("%d\n",i); i++;