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.
Diff: main.cpp
- Revision:
- 9:8bedc857ccc1
- Parent:
- 8:24ebe29a65bd
--- a/main.cpp Mon May 10 13:59:07 2021 +0000 +++ b/main.cpp Mon May 10 15:21:30 2021 +0000 @@ -218,7 +218,7 @@ while (1) { pMultiRangingData = &MultiRangingData; - wait_ms(10); + wait_ms(5); // 10 if (int_centre_result != 0) { status = board->sensor_centre->VL53LX_GetMultiRangingData(pMultiRangingData);