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: mbed
Diff: main.cpp
- Revision:
- 2:4231ea8cf2cc
- Parent:
- 1:419e4a7b47d0
- Child:
- 3:bf39a3089420
diff -r 419e4a7b47d0 -r 4231ea8cf2cc main.cpp
--- a/main.cpp	Mon Aug 05 10:04:30 2019 +0000
+++ b/main.cpp	Mon Aug 26 04:09:02 2019 +0000
@@ -27,4 +27,5 @@
        pc.printf("s1:%.2f s2:%.2f s3:%.2f s4:%.2f s5:%.2f s6:%.2f s7:%.2f s8:%.2f \r\n"
                 ,s1_data,s2_data,s3_data,s4_data,s5_data,s6_data,s7_data,s8_data);
     }
+    wait(10);
 }