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 adafae9 commit f0ec6c8Copy full SHA for f0ec6c8
src/components/i2c/WipperSnapper_I2C.cpp
@@ -82,7 +82,7 @@ WipperSnapper_Component_I2C::WipperSnapper_Component_I2C(
82
} else {
83
_isInit = true; // if the peripheral was configured incorrectly
84
}
85
- _i2c->setClock(50000);
+ _i2c->setClock(100000);
86
#elif defined(ARDUINO_ARCH_ESP8266)
87
_i2c = new TwoWire();
88
_i2c->begin(msgInitRequest->i2c_pin_sda, msgInitRequest->i2c_pin_scl);
0 commit comments