Sample program for 3 sensors using polling in autonomous mode.
Dependencies: X_NUCLEO_53L1A2
History
Use sensor class with default constructor enabled.
2021-06-24, by johnAlexander [Thu, 24 Jun 2021 12:53:19 +0000] rev 15
Use sensor class with default constructor enabled.
Use board class with no shield files removed.
2021-06-23, by johnAlexander [Wed, 23 Jun 2021 07:39:46 +0000] rev 14
Use board class with no shield files removed.
Function names changes to VL53L1CB
2021-06-20, by charlesmn [Sun, 20 Jun 2021 12:21:44 +0000] rev 13
Function names changes to VL53L1CB
Initial release, using VL53L1 sensor class.
2021-06-18, by johnAlexander [Fri, 18 Jun 2021 10:23:52 +0000] rev 12
Initial release, using VL53L1 sensor class.
changed case of VL53L1CB.* for Linux reasons
2021-06-11, by Charles MacNeill [Fri, 11 Jun 2021 17:20:34 +0100] rev 11
changed case of VL53L1CB.* for Linux reasons
Change main to work wit VL53L1CB libraries
2021-06-09, by Charles MacNeill [Wed, 09 Jun 2021 18:10:00 +0100] rev 10
Change main to work wit VL53L1CB libraries
Use new VL53L1CB library
2021-06-09, by Charles MacNeill [Wed, 09 Jun 2021 17:47:42 +0100] rev 9
Use new VL53L1CB library
Multi-range example in Autonomous setup & polling mode.
2021-05-21, by johnAlexander [Fri, 21 May 2021 08:48:52 +0000] rev 8
Multi-range example in Autonomous setup & polling mode.
Match autonomous setup to C, ULD driver example's settings.; Update board class.; Target MbedOS v6.10.0.
2021-05-21, by johnAlexander [Fri, 21 May 2021 08:38:45 +0000] rev 7
Match autonomous setup to C, ULD driver example's settings.; Update board class.; Target MbedOS v6.10.0.
print signal & ambient rates as absolute values / integers, for online compiler usecase. leave comment in about floating-point use.
2021-05-12, by johnAlexander [Wed, 12 May 2021 09:00:10 +0000] rev 6
print signal & ambient rates as absolute values / integers, for online compiler usecase. leave comment in about floating-point use.