Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: X_NUCLEO_COMMON ST_INTERFACES
Revision 11:c0d98deab022, committed 2021-06-11
- Comitter:
- Charles MacNeill
- Date:
- Fri Jun 11 12:43:45 2021 +0100
- Parent:
- 10:3b6110a3bae4
- Child:
- 12:0fd8afb7f950
- Commit message:
- remove unused constructor as it is causing confusion in the noshield stuff.
Changed in this revision
| inc/VL53l1CB.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/inc/VL53l1CB.h Wed Jun 09 13:57:42 2021 +0100
+++ b/inc/VL53l1CB.h Fri Jun 11 12:43:45 2021 +0100
@@ -132,7 +132,7 @@
* @param[in] &pin_gpio1 pin Mbed InterruptIn PinName to be used as component GPIO_1 INT
* @param[in] DevAddr device address, 0x52 by default
*/
-
+/*
VL53L1CB(ToF_DevI2C *i2c, DigitalOut *pin, PinName pin_gpio1, uint8_t dev_addr = VL53L1CB_DEFAULT_DEVICE_ADDRESS)
: RangeSensor(), dev_i2c(i2c), _gpio0(pin)
{
@@ -146,7 +146,7 @@
_gpio1Int = NULL;
}
}
-
+*/
/** Constructor 2 (STMPE1600DigiOut)
* @param[in] i2c device I2C to be used for communication