Skip to content

Commit aa4e1cf

Browse files
authored
Merge pull request #3 from tvillingett/patch-1
removed Wire.begin
2 parents 069e331 + 049dfd7 commit aa4e1cf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/SparkFun_VL6180X.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
VL6180x::VL6180x(uint8_t address)
3333
// Initialize the Library
3434
{
35-
Wire.begin(); // Arduino Wire library initializer
3635
_i2caddress = address; //set default address for communication
3736
}
3837

0 commit comments

Comments
 (0)