Sample program for 3 sensors using polling in autonomous mode.

Dependencies:   X_NUCLEO_53L1A2

Changes

RevisionDateWhoCommit message
15:2d88428ecb44 2021-06-24 johnAlexander Use sensor class with default constructor enabled. default tip
14:18b1d64f6c01 2021-06-23 johnAlexander Use board class with no shield files removed.
13:a7113560e4cd 2021-06-20 charlesmn Function names changes to VL53L1CB
12:140677759b2c 2021-06-18 johnAlexander Initial release, using VL53L1 sensor class.
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