VL53L1CB expansion board example, showing multi-ranges in an autonomous setup & polling mode. Uses the onboard sensor. Targets MbedOS v6.10.0.

Dependencies:   X_NUCLEO_53L1A2

Changes

RevisionDateWhoCommit message
15:ed4d4b4d379c 2021-07-26 lugandc Cleanup Example and update X_NUCLEO_53L1A2 lib default tip
14:ea0cff180cd1 2021-06-24 johnAlexander Use sensor class with default constructor enabled.
13:adee03cf28d2 2021-06-23 johnAlexander Use board class with no shield files removed.
12:b10ca23e65c0 2021-06-21 johnAlexander Using released board class & sensor library.
11:818b711eb4ae 2021-06-11 Charles MacNeill changed case of VL53L1CB.* for Linux reasons
10:2da1507fa8c2 2021-06-09 Charles MacNeill Change main to work wit VL53L1CB libraries
9:ccb90b0e8b20 2021-06-09 Charles MacNeill Use new VL53L1CB library
8:ac303cd2d35f 2021-05-21 johnAlexander Multi-range example in Autonomous setup & polling mode.
7:242f30acc456 2021-05-21 johnAlexander Match autonomous setup to C, ULD driver example's settings.; Update board class.; Target MbedOS v6.10.0.
6:19d56b30bfa7 2021-05-12 johnAlexander print signal & ambient rates as absolute values / integers, for online compiler usecase. leave comment in about floating-point use.
5:b233bdf91671 2021-05-12 johnAlexander reformat code for publication.
4:0ac9998b69ac 2021-05-11 johnAlexander Enable interrupt support, for central, expansion board sensor.
3:c1e893e6752f 2021-05-11 johnAlexander shield, 1 sensor, interrupt, autonomous.
2:f0ec92af4b5f 2021-05-07 johnAlexander Use latest board lib.; Add comment about printf floating point config
1:ff48a20de191 2020-11-09 charlesmn No functional change. Changed Filenames and functions names to be VL53L1
0:020912dfa221 2020-11-08 charlesmn ; Sample MBed program for use with ST XNucleo VL53L1CB board. Uses interrupts to cope with up to 3 sensors in autonomous mode. Includes MBed V6.4