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.
Revision 10:1d0fc62de664, committed 2020-12-11
- Comitter:
 - javiervicente
 - Date:
 - Fri Dec 11 12:15:30 2020 +0000
 - Parent:
 - 9:fd45093bcf20
 - Commit message:
 - f
 
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file | 
--- 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