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: X_NUCLEO_53L3A2
Revision 10:6145f8f6527c, committed 2021-04-30
- Comitter:
- johnAlexander
- Date:
- Fri Apr 30 09:38:57 2021 +0000
- Parent:
- 9:a7064bda44c0
- Commit message:
- Updated comments, to report correct, default baud rate.
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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.