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:
- 10:9a7884230fd8
- Parent:
- 9:de7920643cbd
- Child:
- 11:9080f0d4fd85
--- a/main.cpp	Wed Dec 05 15:14:30 2018 +0000
+++ b/main.cpp	Wed Dec 12 10:46:12 2018 +0000
@@ -35,7 +35,7 @@
     int32_t i=0;
     while(1) {
         onboardLed.write(1); //switch on LED
-        wait_ms(200);
+        wait_ms(300);
         onboardLed.write(0); //switch off
         wait_ms(700);
         pc.printf("This program runs since %d (0x%X) seconds.\n\r", i,i);