Skip to content

Commit

Permalink
Merge pull request #14 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 5003b04 + cb8e661 commit 0695327
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/vl53l1x_class.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,8 @@ class VL53L1X : public RangeSensor
{
public:
/** Constructor
* @param[in] &i2c device I2C to be used for communication
* @param[in] &pin_gpio1 pin Mbed InterruptIn PinName to be used as component GPIO_1 INT
* @param[in] DevAddr device address, 0x52 by default
* @param[in] i2c device I2C to be used for communication
* @param[in] pin shutdown pin to be used as component GPIO0
*/
VL53L1X(TwoWire *i2c, int pin) : RangeSensor(), dev_i2c(i2c), gpio0(pin)
{
Expand Down

0 comments on commit 0695327

Please sign in to comment.