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:fd3993499377
- Parent:
- 0:7dfdd3ae4bd4
diff -r 90fef298002f -r fd3993499377 main.cpp
--- a/main.cpp Tue Apr 14 10:07:22 2015 +0000
+++ b/main.cpp Tue Apr 14 11:37:26 2015 +0000
@@ -17,5 +17,12 @@
//#define LOG_LEVEL_INFO
DigitalOut myled(LED1);
int main(){
+while(1){
myled=1;
+ wait(0.2);
+ myled=0;
+ wait(0.2);
+
}
+ }
+