We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5721ab4 commit 4e26ab2Copy full SHA for 4e26ab2
src/SparkFun_VEML7700_Arduino_Library.h
@@ -47,6 +47,7 @@ class SparkFunVEML7700 : public sfDevVEML7700
47
{
48
// Setup Arduino I2C bus
49
_theI2CBus.init(wirePort, address);
50
+ _theI2CBus.setStop(false);
51
52
// Begin the sensor
53
sfTkError_t rc = sfDevVEML7700::begin(&_theI2CBus);
0 commit comments