A sample program to control one VL53L1 ToF sensor in multizone mode using polling to find out if a measurement is available. Mbed V6.3 but will run any MBed version by dropping replacing this one. Maint6 release.

Dependencies:   X_NUCLEO_53L1A2

Changes

RevisionDateWhoCommit message
22:a16cc1505e61 2021-07-22 lugandc Cleanup Example and update X_NUCLEO_53L1A2 lib default tip
21:f425a56cf998 2021-06-24 johnAlexander Use sensor class with default constructor enabled.
20:21bc0fea0dbb 2021-06-23 johnAlexander Use board library with no shield files removed.
19:e24d4dcc8cf0 2021-06-21 johnAlexander Use updated board and sensor classes.
18:2d1f16e92a8e 2021-06-16 charlesmn Tidy up. Remove commented code
17:1e6a63e7bae0 2021-06-14 charlesmn change to VL53L1CB library
16:9fd42eb225c5 2021-06-13 charlesmn Get to build. Minor changes to case. SERIAL_TX becomes USBTX, same with RX
15:ce041cbc8727 2020-11-09 charlesmn No functional change. Changed Filenames and functions names to be VL53L1
14:16fdcb793f58 2021-06-11 Charles MacNeill try again. change case of file
13:2cf61951ea62 2021-06-11 Charles MacNeill Change case of VL53L1CB.*
12:3dd44d06629c 2021-06-09 Charles MacNeill Changes to use the VL53L1CB directory
11:eafe2b5c130e 2021-05-21 johnAlexander Align multizone settings with configuration from C, ULD example.; Reformat code for publication.
10:17d61466185f 2021-05-20 johnAlexander Run through astyle for formatting.
9:0a3e1affe004 2021-05-07 johnAlexander Add note on floating-point printf support.
8:8f6490937346 2021-05-07 johnAlexander Use updated expansion board library.; Update some displayed text.
7:b5a4ad8ba844 2021-04-30 johnAlexander Aligned with MbedOS v6.10. Updated Serial port TX/RX labels.
6:bc6ac1e294f4 2021-04-30 johnAlexander Tied to MbedOS v6.4
5:5916ff386a94 2020-11-10 charlesmn No functional change. Changed Filenames and functions names to be VL53L1
4:177d711cc20f 2020-11-09 johnAlexander Use published board and sensor class libraries.
3:d1a3d15a06ff 2020-11-08 charlesmn MBed V6.4 version number has been updated.
2:ef5e40bad526 2020-11-08 charlesmn Mbed V6.4 changes
1:49e2fad70dfe 2020-11-06 charlesmn Sample program with X_Nucleo expansion board and VL53L1 time of flight sensor
0:50b05f035d13 2020-10-26 charlesmn A sample program to control one VL53L1 ToF sensor in multizone mode using polling to find out if a measurement is available. Mbed V6.3 but will run any MBed version by dropping replacing this one. Maint6 release.