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:
- 2:7844d0880ba7
- Parent:
- 1:f6f524d2dc18
diff -r f6f524d2dc18 -r 7844d0880ba7 main.cpp
--- a/main.cpp Thu Jan 31 17:19:30 2019 +0000
+++ b/main.cpp Thu Jan 31 17:21:47 2019 +0000
@@ -8,10 +8,10 @@
while(1) {
if (!alarm){
- led1=1;
+ led1 = 1;
wait(2);
}
else
- led1=0;
+ led1 = 0;
}
}
\ No newline at end of file