VL53L3CX ranging example application, using X-Nucleo-53L3A2 expansion shield and polling, on MbedOS 5.x
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 |
diff -r a7064bda44c0 -r 6145f8f6527c main.cpp --- 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.