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: C12832 Sht31 vl53l0x_api
Fork of mbed-cloud-connect-sensor-laser-distance by
Revision 6:b493aa4cd194, committed 2017-11-25
- Comitter:
- dskott
- Date:
- Sat Nov 25 14:52:59 2017 +0000
- Parent:
- 5:1fca2683ae6f
- Child:
- 7:45a79adadd38
- Commit message:
- first commit;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Nov 02 11:26:33 2017 +0000
+++ b/main.cpp Sat Nov 25 14:52:59 2017 +0000
@@ -110,6 +110,6 @@
sum=0;
lcd.locate(0,15);
lcd.printf("%dmm", ave); // Print to LCD values
- wait(1);
+ wait_ms(50);
}
}
\ No newline at end of file
