ST Expansion SW Team / VL53L1

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Dependents:   X_NUCLEO_53L1CB

Files at this revision

API Documentation at this revision

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