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
History
Cleanup Example and update X_NUCLEO_53L1A2 lib
2021-07-26, by lugandc [Mon, 26 Jul 2021 16:22:00 +0000] rev 15
Cleanup Example and update X_NUCLEO_53L1A2 lib
Use sensor class with default constructor enabled.
2021-06-24, by johnAlexander [Thu, 24 Jun 2021 12:47:27 +0000] rev 14
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:13:32 +0000] rev 13
Use board class with no shield files removed.
Using released board class & sensor library.
2021-06-21, by johnAlexander [Mon, 21 Jun 2021 08:38:27 +0000] rev 12
Using released board class & sensor library.
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.