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:1d0fc62de664
- Parent:
- 9:fd45093bcf20
--- a/main.cpp Wed Dec 02 15:52:45 2020 +0000
+++ b/main.cpp Fri Dec 11 12:15:30 2020 +0000
@@ -12,7 +12,7 @@
usensor.start();
dist=usensor.get_dist_cm();
pc.printf("Distance =%d\n",dist);
- wait_ms(2000);
+ wait_ms(500);
}
}
\ No newline at end of file