We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 069e331 + 049dfd7 commit aa4e1cfCopy full SHA for aa4e1cf
1 file changed
src/SparkFun_VL6180X.cpp
@@ -32,7 +32,6 @@
32
VL6180x::VL6180x(uint8_t address)
33
// Initialize the Library
34
{
35
- Wire.begin(); // Arduino Wire library initializer
36
_i2caddress = address; //set default address for communication
37
}
38
0 commit comments