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:8aadef3663eb, committed 2016-05-29
- Comitter:
- ACBTrainer
- Date:
- Sun May 29 14:29:51 2016 +0000
- Parent:
- 0:47991c815269
- Commit message:
- t
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sun May 29 14:04:33 2016 +0000
+++ b/main.cpp Sun May 29 14:29:51 2016 +0000
@@ -2,8 +2,10 @@
DigitalOut myled(LED1);
-int main() {
- while(1) {
+int main()
+{
+ while(1)
+ {
myled = 1;
wait(0.2);
myled = 0;