Skip to content

Commit

Permalink
Merge pull request #8 from cparata/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
cparata authored Jan 28, 2021
2 parents 1bf70b1 + 7e07d40 commit ae92574
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/vl53l0x_x_nucleo_53l0a1_class.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ class VL53L0X_X_NUCLEO_53L0A1 : public VL53L0X
public:
/** Constructor (STMPE1600DigiOut)
* @param[in] i2c device I2C to be used for communication
* @param[in] &pin Gpio Expander STMPE1600DigiOut pin to be used as component GPIO_0 CE
* @param[in] pin_gpio1 pin Mbed InterruptIn PinName to be used as component GPIO_1 INT
* @param[in] device address, 0x29 by default
* @param[in] pin shutdown pin to be used as component GPIO0
*/
VL53L0X_X_NUCLEO_53L0A1(TwoWire *i2c, STMPE1600DigiOut *pin) : VL53L0X(i2c, -1)
{
Expand Down

0 comments on commit ae92574

Please sign in to comment.