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-distance2 by
Diff: main.cpp
- Revision:
- 6:b493aa4cd194
- Parent:
- 5:1fca2683ae6f
- Child:
- 7:45a79adadd38
--- 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
