Test an Adafruit single VL53L0X breakout board using the mbed LPC1768 and print distance measurement to PC

Dependencies:   X_NUCLEO_53L0A1 mbed

Fork of HelloWorld_53L0A1 by ST

https://os.mbed.com/users/kbeck8/notebook/alternative-control-for-remote-control-vehicle/ has a more complex example using three LIDAR breakouts for gesture detection on the same I2C bus using the shutdown pin (solves the issue of them having the same I2C address). The driver has support for three, but an AND gate is required unless the driver is changed. DigitalOut pins turn shutdown on/off on each LIDAR.

History

ver 1.0 default tip

2017-09-07, by 4180_1 [Thu, 07 Sep 2017 00:01:45 +0000] rev 11

ver 1.0


Updating with the new version of the library.

2017-08-22, by Davidroid [Tue, 22 Aug 2017 14:42:10 +0000] rev 10

Updating with the new version of the library.


Align application & library to ARM mbed coding style.

2017-08-07, by johnAlexander [Mon, 07 Aug 2017 14:54:55 +0000] rev 9

Align application & library to ARM mbed coding style.


Use X_Nucleo_53L0A1 released with mbed coding style.

2017-08-07, by johnAlexander [Mon, 07 Aug 2017 14:50:12 +0000] rev 8

Use X_Nucleo_53L0A1 released with mbed coding style.


Align to ARM mbed coding style.

2017-08-07, by johnAlexander [Mon, 07 Aug 2017 14:45:59 +0000] rev 7

Align to ARM mbed coding style.


Use latest X_Nucleo_53L0A1 library from ST repository and mbed r143.

2017-06-07, by johnAlexander [Wed, 07 Jun 2017 15:02:52 +0000] rev 6

Use latest X_Nucleo_53L0A1 library from ST repository and mbed r143.


Update library

2016-12-06, by nikapov [Tue, 06 Dec 2016 14:04:46 +0000] rev 5

Update library


Simplify basic example.

2016-12-05, by johnAlexander [Mon, 05 Dec 2016 13:39:05 +0000] rev 4

Simplify basic example.


Simplify example, to be simplest possible ranging example. Print range measurements rather than send them to the 4-digit display.

2016-12-01, by johnAlexander [Thu, 01 Dec 2016 14:19:01 +0000] rev 3

Simplify example, to be simplest possible ranging example. Print range measurements rather than send them to the 4-digit display.


Minor code updates, to remove unused sections.

2016-11-29, by johnAlexander [Tue, 29 Nov 2016 09:15:05 +0000] rev 2

Minor code updates, to remove unused sections.