test description

Dependencies:   C12832 Sht31 vl53l0x_api

Fork of mbed-cloud-connect-sensor-laser-distance by Andrea Corrado

Revision:
8:5be6ac7d22f9
Parent:
7:45a79adadd38
diff -r 45a79adadd38 -r 5be6ac7d22f9 main.cpp
--- a/main.cpp	Sat Nov 25 14:56:48 2017 +0000
+++ b/main.cpp	Sat Nov 25 15:03:32 2017 +0000
@@ -110,6 +110,6 @@
         sum=0; 
         lcd.locate(0,15);
         lcd.printf("%dmm", ave); // Print to LCD values
-        wait_ms(50);
+        wait_ms(500);
     }
 }
\ No newline at end of file