modified to work with MultiTech mDot on UDK2.0
Dependents: HelloWorld_53L0A1 unh-hackathon-example unh-hackathon-example-raw
Fork of X_NUCLEO_53L0A1 by
History
implement pure virtual functions
2017-04-08, by Mike Fiore [Sat, 08 Apr 2017 08:57:03 -0400] rev 11
implement pure virtual functions
remove sub libraries
2017-04-08, by mfiore [Sat, 08 Apr 2017 03:53:52 +0000] rev 10
remove sub libraries
use pin D7 instead of D8 - PIN D7 MUST BE JUMPERED TO PIN D8
2017-04-08, by mfiore [Sat, 08 Apr 2017 03:44:26 +0000] rev 9
use pin D7 instead of D8 - PIN D7 MUST BE JUMPERED TO PIN D8
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.
Use ST_INTERFACES package to access RangeSensor abstract class.
2016-12-01, by johnAlexander [Thu, 01 Dec 2016 14:17:46 +0000] rev 2
Use ST_INTERFACES package to access RangeSensor abstract class.