asdfasdf
Dependencies: C12832 Sht31 vl53l0x_api
Fork of mbed-cloud-connect-sensor-laser-distance2 by
Revision 8:5be6ac7d22f9, committed 2017-11-25
- Comitter:
- jg811
- Date:
- Sat Nov 25 15:03:32 2017 +0000
- Parent:
- 7:45a79adadd38
- Commit message:
- Change time from 50ms to 500ms;
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
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