Changes to the library related to interrupt mode.

Dependencies:   ST_INTERFACES X_NUCLEO_COMMON

Dependents:   Display_53L0A1_IntSatelites Display_53L0A1_InterruptMode

Fork of X_NUCLEO_53L0A1 by ST

History

Library change to work in interrupt continuous ranging mode default tip

2017-06-14, by JerrySzczurak [Wed, 14 Jun 2017 14:10:45 +0000] rev 12

Library change to work in interrupt continuous ranging mode


Changes to library related to interrupt mode.

2017-06-14, by JerrySzczurak [Wed, 14 Jun 2017 13:35:05 +0000] rev 11

Changes to library related to interrupt mode.


Ensure that GetDistance() is populated in the VL53L0X class.

2017-06-07, by johnAlexander [Wed, 07 Jun 2017 14:58:36 +0000] rev 10

Ensure that GetDistance() is populated in the VL53L0X class.


Enable support for left and right sensors. Tested with mbed_143.

2017-06-07, by johnAlexander [Wed, 07 Jun 2017 12:53:53 +0000] rev 9

Enable support for left and right sensors. Tested with mbed_143.


Add small delay in VL53L0_On/Off members, to allow longer for sensor to power-up or switch off.

2016-12-07, by johnAlexander [Wed, 07 Dec 2016 14:49:50 +0000] rev 8

Add small delay in VL53L0_On/Off members, to allow longer for sensor to power-up or switch off.


Replace STM32 HAL_delay call with equivalent mbed wait_ms, for cross processor compatibility.; Import mbed.h in VL53L0X class to ease finding InterruptIn.; Minor code tidy up.

2016-12-05, by johnAlexander [Mon, 05 Dec 2016 11:50:38 +0000] rev 7

Replace STM32 HAL_delay call with equivalent mbed wait_ms, for cross processor compatibility.; Import mbed.h in VL53L0X class to ease finding InterruptIn.; Minor code tidy up.


Replace STM32 HAL lib delay with equivalent mbed one, for cross-proc compatability.

2016-12-05, by johnAlexander [Mon, 05 Dec 2016 11:38:38 +0000] rev 6

Replace STM32 HAL lib delay with equivalent mbed one, for cross-proc compatability.


Call mbed.h from VL53L0X_Class, to ease finding InterruptIn.; Remove mbed.h from X_NUCLEO_53L0A1.

2016-12-05, by johnAlexander [Mon, 05 Dec 2016 11:28:33 +0000] rev 5

Call mbed.h from VL53L0X_Class, to ease finding InterruptIn.; Remove mbed.h from X_NUCLEO_53L0A1.


Minor code tidy-up.

2016-12-05, by johnAlexander [Mon, 05 Dec 2016 11:03:50 +0000] rev 4

Minor code tidy-up.


UpDate GetDistance() to return an error upon invalid range.

2016-12-02, by johnAlexander [Fri, 02 Dec 2016 10:44:40 +0000] rev 3

UpDate GetDistance() to return an error upon invalid range.