VL53L1CB ranging example, using embedded sensor on X-Nucleo-53L1A2 expansion board, in interrupt mode.

Dependencies:   X_NUCLEO_53L1A2

Changes

RevisionDateWhoCommit message
17:208b47f68fba 2021-06-24 johnAlexander Use sensor class with default constructor enabled. default tip
16:bd42d787dd7f 2021-06-23 johnAlexander Use board class with no shield files removed.
15:b9e2c1866007 2021-06-21 johnAlexander Use released board and sensor classes.
14:a9e411a2f27b 2021-06-16 charlesmn Remove trace. Remove call to VL53L1CB_SetThresholdConfig().
13:a00f16f4fcc6 2021-06-14 Charles MacNeill change to VL53L1CB library
12:1f9171cd2f2a 2021-06-11 Charles MacNeill try again. Change case
11:a15280276dba 2021-06-11 Charles MacNeill Change case of vl53l1cb.* files
10:9127bb724510 2021-06-09 Charles MacNeill new directory that supports VL53L1CB
9:7c9e04c9e4a4 2021-06-09 Charles MacNeill New library with VL53L1CB changes
8:24f62fe4ac49 2021-06-09 Charles MacNeill change ffunction names to VL53L1CB
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