VL53L3CX ranging example application, using X-Nucleo-53L3A2 expansion shield and polling, on MbedOS v6.x

Dependencies:   X_NUCLEO_53L3A2

Revision:
10:6145f8f6527c
Parent:
8:4f47fb835574
Child:
11:6d4d6e9b3729
--- a/main.cpp	Tue Nov 10 08:43:41 2020 +0000
+++ b/main.cpp	Fri Apr 30 09:38:57 2021 +0000
@@ -1,7 +1,7 @@
 /*
  *  This VL53L3 Expansion board test application performs range measurements
  *  using the onboard embedded centre sensor, in singleshot, polling mode.
- *  Measured ranges are ouput on the Serial Port, running at 9600 baud.
+ *  Measured ranges are ouput on the Serial Port, running at 115200 baud.
  *
  *  The User Blue button stops the current measurement and entire program,
  *  releasing all resources.